mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-15 23:25:34 +00:00
🔨 Increase the default storage limit to 500Mi
This commit is contained in:
parent
6d79598c5d
commit
9f1586ab50
@ -111,7 +111,7 @@ type TapConfig struct {
|
|||||||
Namespaces []string `yaml:"namespaces" json:"namespaces" default:"[]"`
|
Namespaces []string `yaml:"namespaces" json:"namespaces" default:"[]"`
|
||||||
Release ReleaseConfig `yaml:"release" json:"release"`
|
Release ReleaseConfig `yaml:"release" json:"release"`
|
||||||
PersistentStorage bool `yaml:"persistentstorage" json:"persistentstorage" default:"false"`
|
PersistentStorage bool `yaml:"persistentstorage" json:"persistentstorage" default:"false"`
|
||||||
StorageLimit string `yaml:"storagelimit" json:"storagelimit" default:"200Mi"`
|
StorageLimit string `yaml:"storagelimit" json:"storagelimit" default:"500Mi"`
|
||||||
StorageClass string `yaml:"storageclass" json:"storageclass" default:"standard"`
|
StorageClass string `yaml:"storageclass" json:"storageclass" default:"standard"`
|
||||||
DryRun bool `yaml:"dryrun" json:"dryrun" default:"false"`
|
DryRun bool `yaml:"dryrun" json:"dryrun" default:"false"`
|
||||||
Pcap string `yaml:"pcap" json:"pcap" default:""`
|
Pcap string `yaml:"pcap" json:"pcap" default:""`
|
||||||
|
@ -20,7 +20,7 @@ tap:
|
|||||||
name: kubeshark
|
name: kubeshark
|
||||||
namespace: default
|
namespace: default
|
||||||
persistentstorage: false
|
persistentstorage: false
|
||||||
storagelimit: 200Mi
|
storagelimit: 500Mi
|
||||||
storageclass: standard
|
storageclass: standard
|
||||||
dryrun: false
|
dryrun: false
|
||||||
pcap: ""
|
pcap: ""
|
||||||
|
@ -416,7 +416,7 @@ spec:
|
|||||||
name: sys
|
name: sys
|
||||||
- name: data
|
- name: data
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: 200Mi
|
sizeLimit: 500Mi
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/04-hub-deployment.yaml
|
# Source: kubeshark/templates/04-hub-deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
Loading…
Reference in New Issue
Block a user