Skip to content

Commit

Permalink
Request mindre cpu på alle apper
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikpe committed Jun 26, 2024
1 parent 0e06c2b commit efd2d0b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion frontend/arena-adapter-manager/.nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
2 changes: 1 addition & 1 deletion frontend/arena-adapter-manager/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
2 changes: 1 addition & 1 deletion frontend/mr-admin-flate/.nais/nais-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
gcp:
buckets:
Expand Down
2 changes: 1 addition & 1 deletion frontend/mr-admin-flate/.nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
2 changes: 1 addition & 1 deletion frontend/mr-admin-flate/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
2 changes: 1 addition & 1 deletion frontend/mulighetsrommet-cms/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
limits:
memory: 512Mi
requests:
cpu: 250m
cpu: 50m
memory: 256Mi
azure:
application:
Expand Down
2 changes: 1 addition & 1 deletion iac/kafka-manager/dev/kafka-manager-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 250m
cpu: 50m
memory: 512Mi
secureLogs:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion iac/kafka-manager/prod/kafka-manager-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 250m
cpu: 50m
memory: 512Mi
secureLogs:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-api/.nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
observability:
autoInstrumentation:
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-api/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
observability:
autoInstrumentation:
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-arena-adapter/.nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
thresholdPercentage: 75
resources:
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
limits:
memory: 8192Mi
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-arena-adapter/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
thresholdPercentage: 75
resources:
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
limits:
memory: 8192Mi
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-tiltakshistorikk/.nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
thresholdPercentage: 75
resources:
requests:
cpu: 250m
cpu: 50m
memory: 512Mi
limits:
memory: 8192Mi
Expand Down
2 changes: 1 addition & 1 deletion mulighetsrommet-tiltakshistorikk/.nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
thresholdPercentage: 75
resources:
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
limits:
memory: 8192Mi
Expand Down

0 comments on commit efd2d0b

Please sign in to comment.