Fix dev-env script to use new hostPort setting

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-17 15:04:13 -04:00
parent fed5fb63c4
commit 3eb12e7505

View file

@ -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