Skip to content

Commit

Permalink
Juster ned CPU-limit (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsjorgen authored Dec 10, 2024
1 parent dac110e commit a660e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nais/app/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ db_version: POSTGRES_14
minReplicas: 1
maxReplicas: 1
kafkaPool: nav-dev
cpu: 200m
cpu: 50m
memory: 400Mi
env:
SPINNSYN_FRONTEND_URL: 'https://www.ekstern.dev.nav.no/syk/sykepenger'
Expand Down
4 changes: 2 additions & 2 deletions nais/app/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ db_version: POSTGRES_14
minReplicas: 1
maxReplicas: 2
kafkaPool: nav-prod
cpu: 200m
memory: 600Mi
cpu: 50m
memory: 512Mi
env:
SPINNSYN_FRONTEND_URL: 'https://www.nav.no/syk/sykepenger'
SPRING_PROFILES_ACTIVE: default

0 comments on commit a660e00

Please sign in to comment.