Skip to content

Commit

Permalink
Lower resources in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Dec 10, 2024
1 parent 20fc430 commit aee750a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nais/prod/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
min: 1
resources:
requests:
cpu: 100m
cpu: 200m
memory: 2Gi
limits:
memory: 12Gi
Expand Down
2 changes: 1 addition & 1 deletion .nais/test/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
cpu: 100m
memory: 2Gi
limits:
memory: 12Gi
memory: 6Gi

ingresses:
- https://pseudo-service.intern.test.ssb.no
Expand Down

0 comments on commit aee750a

Please sign in to comment.