diff --git a/deploy/dev.yaml b/deploy/dev.yaml index 6673dafc..bec78cfa 100644 --- a/deploy/dev.yaml +++ b/deploy/dev.yaml @@ -9,11 +9,8 @@ spec: ingresses: - https://syfoinntektsmelding.nais.preprod.local - https://syfoinntektsmelding.dev.intern.nav.no - cpuThresholdPercentage: 90 image: {{image}} port: 8080 - istio: - enabled: false prometheus: enabled: false path: /metrics @@ -42,7 +39,6 @@ spec: vault: enabled: true - sidecar: true webproxy: true secureLogs: enabled: true diff --git a/deploy/prod.yaml b/deploy/prod.yaml index 2d0a8a05..dbaffe2e 100644 --- a/deploy/prod.yaml +++ b/deploy/prod.yaml @@ -8,11 +8,8 @@ metadata: spec: ingresses: - https://syfoinntektsmelding.intern.nav.no - cpuThresholdPercentage: 90 image: {{image}} port: 8080 - istio: - enabled: false prometheus: enabled: true path: /metrics @@ -39,7 +36,6 @@ spec: vault: enabled: true - sidecar: true webproxy: true secureLogs: enabled: true