Skip to content

Commit

Permalink
Fjerner istio fra nais.yaml filene slik at de validerer (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil authored Dec 14, 2023
1 parent c43354b commit 22e846e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nais/dev-fss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ spec:
enabled: true # if true the pod will be scraped for metrics by prometheus
path: /actuator/prometheus # Path to prometheus-metrics
# /actuator/prometheus
istio: # Optional.
enabled: false # Optional. When true, envoy-proxy sidecar will be injected into pod and https urls envvars will be rewritten
resources: # Optional. See: http://kubernetes.io/docs/user-guide/compute-resources/
limits:
memory: 2048Mi # app will be killed if exceeding these limits
Expand Down
2 changes: 0 additions & 2 deletions nais/prod-fss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ spec:
enabled: true # if true the pod will be scraped for metrics by prometheus
path: /actuator/prometheus # Path to prometheus-metrics
# /actuator/prometheus
istio: # Optional.
enabled: false # Optional. When true, envoy-proxy sidecar will be injected into pod and https urls envvars will be rewritten
resources: # Optional. See: http://kubernetes.io/docs/user-guide/compute-resources/
limits:
memory: 4096Mi # app will be killed if exceeding these limits
Expand Down

0 comments on commit 22e846e

Please sign in to comment.