diff --git a/build/dev-env.sh b/build/dev-env.sh index 35949191b..14efe0825 100755 --- a/build/dev-env.sh +++ b/build/dev-env.sh @@ -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 <