Fix dev-env script to use new hostPort setting
This commit is contained in:
parent
d18fa90cfd
commit
3877474b7c
1 changed files with 4 additions and 4 deletions
|
@ -112,11 +112,11 @@ controller:
|
|||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
useHostPort: true
|
||||
hostPort:
|
||||
enabled: true
|
||||
terminationGracePeriodSeconds: 0
|
||||
|
||||
defaultBackend:
|
||||
enabled: false
|
||||
service:
|
||||
type: NodePort
|
||||
EOF
|
||||
|
||||
cat <<EOF
|
||||
|
|
Loading…
Reference in a new issue