mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-05 04:18:50 +00:00
⚡ Add the IPv6
field to TapConfig
struct
This commit is contained in:
parent
c533bcd38c
commit
65bda4e844
@ -121,6 +121,7 @@ type TapConfig struct {
|
||||
NodeSelectorTerms []v1.NodeSelectorTerm `yaml:"nodeselectorterms" json:"nodeselectorterms" default:"[]"`
|
||||
Auth AuthConfig `yaml:"auth" json:"auth"`
|
||||
Ingress IngressConfig `yaml:"ingress" json:"ingress"`
|
||||
IPv6 bool `yaml:"ipv6" json:"ipv6" default:"true"`
|
||||
Debug bool `yaml:"debug" json:"debug" default:"false"`
|
||||
}
|
||||
|
||||
|
@ -57,8 +57,8 @@ tap:
|
||||
host: ks.svc.cluster.local
|
||||
tls: []
|
||||
certmanager: letsencrypt-prod
|
||||
debug: false
|
||||
ipv6: true
|
||||
debug: false
|
||||
logs:
|
||||
file: ""
|
||||
kube:
|
||||
|
Loading…
Reference in New Issue
Block a user