Update helm.go
This commit is contained in:
parent
753b4d1fed
commit
0cacc7e078
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ type IngressChartValue struct {
|
||||||
LoadBalancerSourceRanges []interface{} `yaml:"loadBalancerSourceRanges"`
|
LoadBalancerSourceRanges []interface{} `yaml:"loadBalancerSourceRanges"`
|
||||||
EnableHTTP bool `yaml:"enableHttp"`
|
EnableHTTP bool `yaml:"enableHttp"`
|
||||||
EnableHTTPS bool `yaml:"enableHttps"`
|
EnableHTTPS bool `yaml:"enableHttps"`
|
||||||
|
EnableHTTP2 bool `yaml:"enableHttp2"`
|
||||||
IPFamilyPolicy string `yaml:"ipFamilyPolicy"`
|
IPFamilyPolicy string `yaml:"ipFamilyPolicy"`
|
||||||
IPFamilies []string `yaml:"ipFamilies"`
|
IPFamilies []string `yaml:"ipFamilies"`
|
||||||
Ports struct {
|
Ports struct {
|
||||||
|
|
Loading…
Reference in a new issue