Skip to content

Commit

Permalink
Reduser cpu for notifikasjoner
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Dec 5, 2023
1 parent f586fd8 commit 7408b5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/etterlatte-notifikasjoner/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
cpuThresholdPercentage: 90
max: 1
min: 1
resources:
limits:
memory: 512Mi
requests:
cpu: 20m
memory: 256Mi
env:
- name: KAFKA_RAPID_TOPIC
value: etterlatte.dodsmelding
Expand Down
6 changes: 6 additions & 0 deletions apps/etterlatte-notifikasjoner/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
cpuThresholdPercentage: 90
max: 1
min: 1
resources:
limits:
memory: 512Mi
requests:
cpu: 20m
memory: 256Mi
env:
- name: KAFKA_RAPID_TOPIC
value: etterlatte.etterlatteytelser
Expand Down

0 comments on commit 7408b5d

Please sign in to comment.