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
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavailable: 1
|
maxUnavailable: 1
|
||||||
useHostPort: true
|
hostPort:
|
||||||
|
enabled: true
|
||||||
terminationGracePeriodSeconds: 0
|
terminationGracePeriodSeconds: 0
|
||||||
|
service:
|
||||||
defaultBackend:
|
type: NodePort
|
||||||
enabled: false
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
Loading…
Reference in a new issue