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 d18fa90cfd
commit 3877474b7c

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