Skip to content

Commit

Permalink
heve minimum cpu og øke mulig skalering for å ikke havne i en bottleneck
Browse files Browse the repository at this point in the history
  • Loading branch information
kmriise committed Oct 23, 2023
1 parent 8358e3d commit 7071e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ spec:
initialDelay: 3
replicas:
min: 2
max: 2
cpuThresholdPercentage: 50
max: 4
cpuThresholdPercentage: 60
prometheus:
enabled: true
path: "{{basePath}}/api/internal/metrics"
resources:
limits:
memory: 2048Mi
requests:
cpu: 50m
cpu: 100m
memory: 1024Mi
env:
- name: SELF_URL
Expand Down

0 comments on commit 7071e83

Please sign in to comment.