Update helm.go

This commit is contained in:
Julien Cavoizy 2023-07-04 14:08:58 +02:00 committed by GitHub
parent 753b4d1fed
commit 0cacc7e078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,6 +374,7 @@ type IngressChartValue struct {
LoadBalancerSourceRanges []interface{} `yaml:"loadBalancerSourceRanges"`
EnableHTTP bool `yaml:"enableHttp"`
EnableHTTPS bool `yaml:"enableHttps"`
EnableHTTP2 bool `yaml:"enableHttp2"`
IPFamilyPolicy string `yaml:"ipFamilyPolicy"`
IPFamilies []string `yaml:"ipFamilies"`
Ports struct {