Skip to content

Commit

Permalink
Justert resources (#182)
Browse files Browse the repository at this point in the history
* Økt minne for pdfgen

* justert resources for notifikasjoner

* justert resources for kafkaman
  • Loading branch information
ingleivj authored Jan 15, 2024
1 parent ca5b6bb commit 760d140
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/etterlatte-kafkamanager/etterlatte-kafka-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 25m
memory: 384Mi
cpu: 15m
memory: 512Mi
azure: # Required
application:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions apps/etterlatte-notifikasjoner/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 20m
memory: 256Mi
cpu: 10m
memory: 320Mi
env:
- name: KAFKA_RAPID_TOPIC
value: etterlatte.dodsmelding
Expand Down
4 changes: 2 additions & 2 deletions apps/etterlatte-notifikasjoner/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 20m
memory: 256Mi
cpu: 10m
memory: 320Mi
env:
- name: KAFKA_RAPID_TOPIC
value: etterlatte.etterlatteytelser
Expand Down
4 changes: 2 additions & 2 deletions apps/ey-pdfgen/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ spec:
max: 1
resources:
limits:
memory: 512Mi
memory: 768Mi
requests:
cpu: 10m
memory: 320Mi
memory: 384Mi
liveness:
path: /internal/is_alive
readiness:
Expand Down
4 changes: 2 additions & 2 deletions apps/ey-pdfgen/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ spec:
max: 1
resources:
limits:
memory: 512Mi
memory: 768Mi
requests:
cpu: 10m
memory: 320Mi
memory: 384Mi
liveness:
path: /internal/is_alive
readiness:
Expand Down

0 comments on commit 760d140

Please sign in to comment.