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
rollingUpdate:
maxUnavailable: 1
useHostPort: true
hostPort:
enabled: true
terminationGracePeriodSeconds: 0
defaultBackend:
enabled: false
service:
type: NodePort
EOF
cat <<EOF