Skip to content

Commit

Permalink
Merge pull request #243 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: resource sizing
  • Loading branch information
ychung-mot authored Apr 30, 2024
2 parents 7523caa + f042175 commit bc2286a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ frontend:

resources:
limits:
cpu: 50m
memory: 100Mi
cpu: 30m
memory: 70Mi
requests:
cpu: 20m
memory: 50Mi
Expand All @@ -61,7 +61,7 @@ backend:

resources:
limits:
cpu: 200m
cpu: 100m
memory: 300Mi
requests:
cpu: 20m
Expand Down
6 changes: 3 additions & 3 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ frontend:

resources:
limits:
cpu: 50m
memory: 100Mi
cpu: 30m
memory: 70Mi
requests:
cpu: 20m
memory: 50Mi
Expand All @@ -57,7 +57,7 @@ backend:

resources:
limits:
cpu: 200m
cpu: 100m
memory: 300Mi
requests:
cpu: 20m
Expand Down

0 comments on commit bc2286a

Please sign in to comment.