Skip to content

Commit

Permalink
Merge pull request #243 from navikt/dev
Browse files Browse the repository at this point in the history
yaml fix
  • Loading branch information
stianStensli authored Aug 22, 2022
2 parents e76419e + 29aab4b commit fd83f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nais/poao-nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ spec:
initialDelay: 10
replicas:
min: 2
max: 3
max: 4
cpuThresholdPercentage: 75
resources:
limits:
cpu: "1"
memory: 512Mi
cpu: "2"
memory: 1024Mi
requests:
cpu: 250m
memory: 256Mi
memory: 512Mi
secureLogs:
enabled: true
azure:
Expand Down

0 comments on commit fd83f88

Please sign in to comment.