Add the IPv6 field to TapConfig struct

This commit is contained in:
M. Mert Yildiran 2023-08-09 01:24:08 +03:00
parent c533bcd38c
commit 65bda4e844
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 1 deletions

View File

@ -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"`
}

View File

@ -57,8 +57,8 @@ tap:
host: ks.svc.cluster.local
tls: []
certmanager: letsencrypt-prod
debug: false
ipv6: true
debug: false
logs:
file: ""
kube: