Skip to content

Commit

Permalink
Øke minne og redusere cpu allokering
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfofanov committed Oct 18, 2024
1 parent ef86aad commit f918044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nais/nais-prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
image: {{ image }}
resources:
limits:
memory: 2048Mi
memory: 4096Mi
requests:
cpu: 100m
memory: 1024Mi
cpu: 50m
memory: 2048Mi
port: 8080
ingresses:
- https://tjenestepensjon-simulering-gcp.intern.nav.no
Expand Down

0 comments on commit f918044

Please sign in to comment.