diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14bbf1f3..435bf366 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -151,7 +151,7 @@ jobs: --set-string config.google.serviceAccountBase64=${{ steps.secrets.outputs.GOOGLE_APPLICATION_CREDENTIALS }} \ --set-string config.healthcheck=http://localhost:3000/health/ping \ --set ingress.enabled=true \ - --set-string ingress.annotations."kubernetes\.io/ingress\.class"=nginx \ + --set-string ingress.className=nginx \ --set-string ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"=/\$2\$3 \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic" \ @@ -297,9 +297,9 @@ jobs: --set-string config.unstake.interval=${{ steps.secrets.outputs.UNSTAKE_INTERVAL }} \ --set-string config.unstake.timer=${{ steps.secrets.outputs.UNSTAKE_TIMER }} \ --set-string config.google.serviceAccountBase64=${{ steps.secrets.outputs.GOOGLE_APPLICATION_CREDENTIALS }} \ - --set-string config.healthcheck={{ steps.secrets.outputs.API_HEALTHCHECK_URL }} \ + --set-string config.healthcheck=http://localhost:3000/health/ping \ --set ingress.enabled=true \ - --set-string ingress.annotations."kubernetes\.io/ingress\.class"=nginx \ + --set-string ingress.className=nginx \ --set-string ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"=/\$2\$3 \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic" \ @@ -445,9 +445,9 @@ jobs: --set-string config.unstake.interval=${{ steps.secrets.outputs.UNSTAKE_INTERVAL }} \ --set-string config.unstake.timer=${{ steps.secrets.outputs.UNSTAKE_TIMER }} \ --set-string config.google.serviceAccountBase64=${{ steps.secrets.outputs.GOOGLE_APPLICATION_CREDENTIALS }} \ - --set-string config.healthcheck={{ steps.secrets.outputs.API_HEALTHCHECK_URL }} \ + --set-string config.healthcheck=http://localhost:3000/health/ping \ --set ingress.enabled=true \ - --set-string ingress.annotations."kubernetes\.io/ingress\.class"=nginx \ + --set-string ingress.className=nginx \ --set-string ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"=/\$2\$3 \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic" \ @@ -593,9 +593,9 @@ jobs: --set-string config.unstake.interval=${{ steps.secrets.outputs.UNSTAKE_INTERVAL }} \ --set-string config.unstake.timer=${{ steps.secrets.outputs.UNSTAKE_TIMER }} \ --set-string config.google.serviceAccountBase64=${{ steps.secrets.outputs.GOOGLE_APPLICATION_CREDENTIALS }} \ - --set-string config.healthcheck={{ steps.secrets.outputs.API_HEALTHCHECK_URL }} \ + --set-string config.healthcheck=http://localhost:3000/health/ping \ --set ingress.enabled=true \ - --set-string ingress.annotations."kubernetes\.io/ingress\.class"=nginx \ + --set-string ingress.className=nginx \ --set-string ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"=/\$2\$3 \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic" \ @@ -743,7 +743,7 @@ jobs: --set-string config.google.serviceAccountBase64=${{ steps.secrets.outputs.GOOGLE_APPLICATION_CREDENTIALS }} \ --set-string config.healthcheck=http://localhost:3000/health/ping \ --set ingress.enabled=true \ - --set-string ingress.annotations."kubernetes\.io/ingress\.class"=nginx \ + --set-string ingress.className=nginx \ --set-string ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"=/\$2\$3 \ --set-string ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic" \