Skip to content

Commit

Permalink
Senker kravene til CPU for flere applikasjoner som kun utnytter <1% a…
Browse files Browse the repository at this point in the history
…v denne under normal last (#3428)
  • Loading branch information
stigus authored Feb 28, 2024
1 parent 9a75976 commit 701ac0a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/adresse-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
limits:
memory: 2048Mi
requests:
cpu: 300m
cpu: 200m
memory: 1024Mi
accessPolicy:
inbound:
Expand Down
2 changes: 1 addition & 1 deletion apps/dolly-frontend/config.idporten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
path: /internal/metrics
resources:
requests:
cpu: 1000m
cpu: 250m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down
2 changes: 1 addition & 1 deletion apps/dolly-frontend/config.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
path: /internal/metrics
resources:
requests:
cpu: 1000m
cpu: 500m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down
2 changes: 1 addition & 1 deletion apps/dolly-frontend/config.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
path: /internal/metrics
resources:
requests:
cpu: 1000m
cpu: 100m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down
2 changes: 1 addition & 1 deletion apps/dolly-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
path: /internal/metrics
resources:
requests:
cpu: 1000m
cpu: 500m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down
2 changes: 1 addition & 1 deletion apps/endringsmelding-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
limits:
memory: 2048Mi
requests:
cpu: 300m
cpu: 200m
memory: 1024Mi
image: "{{image}}"
ingresses:
Expand Down
2 changes: 1 addition & 1 deletion apps/miljoer-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
enabled: true
resources:
requests:
cpu: 200m
cpu: 100m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down
2 changes: 1 addition & 1 deletion apps/oppsummeringsdokument-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
max: 1
resources:
requests:
cpu: 500m
cpu: 300m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down

0 comments on commit 701ac0a

Please sign in to comment.