Skip to content

Commit

Permalink
Merge pull request #8 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: resize resource limits
  • Loading branch information
ychung-mot authored Mar 14, 2024
2 parents 605601f + 73fd297 commit f36cdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ backend:
resources:
limits:
cpu: 500m
memory: 200Mi
memory: 100Mi
requests:
cpu: 20m
memory: 100Mi
memory: 50Mi

env:
'API_HOST': '/api'

0 comments on commit f36cdc8

Please sign in to comment.