Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #140 from navikt/sanering-master
Browse files Browse the repository at this point in the history
Sett antall pod-er til 0
  • Loading branch information
slovrid authored Dec 18, 2023
2 parents 4438e70 + 35ab258 commit c30dc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
path: /internal/isReady
initialDelay: 20
replicas:
min: 1
max: 2
min: 0
max: 0
cpuThresholdPercentage: 75
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
path: /internal/isReady
initialDelay: 20
replicas:
min: 2
max: 4
min: 0
max: 0
cpuThresholdPercentage: 75
resources:
limits:
Expand Down

0 comments on commit c30dc23

Please sign in to comment.