From f6b4074aa4d73d3974e2d48e0116f1abec33ff46 Mon Sep 17 00:00:00 2001 From: Ken Gullaksen Date: Fri, 1 Sep 2023 14:45:29 +0200 Subject: [PATCH] cleanup ubrukte env vars --- nais/dev-gcp.yaml | 4 ---- nais/experimental-labs-gcp.yaml | 6 ------ nais/labs-gcp.yaml | 4 ---- nais/prod-gcp.yaml | 4 ---- 4 files changed, 18 deletions(-) diff --git a/nais/dev-gcp.yaml b/nais/dev-gcp.yaml index db7390a09..2f96478bb 100644 --- a/nais/dev-gcp.yaml +++ b/nais/dev-gcp.yaml @@ -34,10 +34,6 @@ spec: value: /etc/ssl/ca-bundle.pem - name: LOGIN_URL value: https://arbeidsgiver.intern.dev.nav.no/min-side-arbeidsgiver/oauth2/login - - name: PROXY_LOG_LEVEL - value: debug - - name: BRUKER_API_URL - value: http://notifikasjon-bruker-api.fager.svc.cluster.local - name: GIT_COMMIT value: {{commit}} - name: MILJO diff --git a/nais/experimental-labs-gcp.yaml b/nais/experimental-labs-gcp.yaml index 90fec314c..6b560b76b 100644 --- a/nais/experimental-labs-gcp.yaml +++ b/nais/experimental-labs-gcp.yaml @@ -26,14 +26,8 @@ spec: env: - name: NODE_EXTRA_CA_CERTS value: /etc/ssl/ca-bundle.pem - - name: BACKEND_API_URL - value: http://demo-min-side-arbeidsgiver-api.fager - name: LOGIN_URL value: https://arbeidsgiver.ekstern.dev.nav.no/fake-login/login?issuer=selvbetjening&sub=123456789&domain=ekstern.dev.nav.no&redirect=https://arbeidsgiver-dev-lik.ekstern.dev.nav.no/min-side-arbeidsgiver/ - - name: PROXY_LOG_LEVEL - value: debug - - name: BRUKER_API_URL - value: http://localhost:8081 - name: GIT_COMMIT value: {{commit}} - name: MILJO diff --git a/nais/labs-gcp.yaml b/nais/labs-gcp.yaml index 75645f0d9..641240bce 100644 --- a/nais/labs-gcp.yaml +++ b/nais/labs-gcp.yaml @@ -28,10 +28,6 @@ spec: value: /etc/ssl/ca-bundle.pem - name: LOGIN_URL value: https://arbeidsgiver.ekstern.dev.nav.no/fake-login/login?issuer=selvbetjening&sub=123456789&domain=arbeidsgiver.ekstern.dev.nav.no&redirect=https://arbeidsgiver.ekstern.dev.nav.no/min-side-arbeidsgiver/ - - name: PROXY_LOG_LEVEL - value: debug - - name: BRUKER_API_URL - value: http://localhost:8081 - name: GIT_COMMIT value: {{commit}} - name: MILJO diff --git a/nais/prod-gcp.yaml b/nais/prod-gcp.yaml index 88f6c6244..1d0e74770 100644 --- a/nais/prod-gcp.yaml +++ b/nais/prod-gcp.yaml @@ -34,10 +34,6 @@ spec: value: /etc/ssl/ca-bundle.pem - name: LOGIN_URL value: https://arbeidsgiver.nav.no/min-side-arbeidsgiver/oauth2/login - - name: PROXY_LOG_LEVEL - value: debug - - name: BRUKER_API_URL - value: http://notifikasjon-bruker-api.fager.svc.cluster.local - name: GIT_COMMIT value: {{commit}} - name: MILJO