Fix hostPort chart indentation
This commit is contained in:
parent
b8839a66b5
commit
12bbdaaa53
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@ controller:
|
||||||
daemonset:
|
daemonset:
|
||||||
useHostPort: false
|
useHostPort: false
|
||||||
|
|
||||||
hostPorts:
|
hostPorts:
|
||||||
http: 80
|
http: 80
|
||||||
https: 443
|
https: 443
|
||||||
|
|
||||||
## Required only if defaultBackend.enabled = false
|
## Required only if defaultBackend.enabled = false
|
||||||
## Must be <namespace>/<service_name>
|
## Must be <namespace>/<service_name>
|
||||||
|
|
Loading…
Reference in a new issue