Skip to content

Commit 5e48d5f

Browse files
Bruk mindre minne
1 parent f7d8e48 commit 5e48d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nais/dev-fss.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
limits:
3131
memory: 512Mi # app will be killed if exceeding these limits
3232
requests: # App is guaranteed the requested resources and will be scheduled on nodes with at least this amount of resources available
33-
cpu: 500m
33+
cpu: 20m
3434
memory: 256Mi
3535
ingresses: # Optional. List of ingress URLs that will route HTTP traffic to the application.
3636
- https://familie-ef-infotrygd.dev.intern.nav.no

nais/prod-fss.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
limits:
3131
memory: 512Mi # app will be killed if exceeding these limits
3232
requests: # App is guaranteed the requested resources and will be scheduled on nodes with at least this amount of resources available
33-
cpu: 500m
33+
cpu: 50m
3434
memory: 256Mi
3535
ingresses: # Optional. List of ingress URLs that will route HTTP traffic to the application.
3636
- https://familie-ef-infotrygd.intern.nav.no

0 commit comments

Comments
 (0)