Skip to content

Commit

Permalink
Merge pull request #52 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: resource resizing
  • Loading branch information
ychung-mot authored Mar 27, 2024
2 parents 4678c80 + 1d523a6 commit 22c2a80
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ backend:
resources:
limits:
cpu: 200m
memory: 150Mi
memory: 300Mi
requests:
cpu: 20m
memory: 100Mi
memory: 200Mi

env:
'API_HOST': '/api'
4 changes: 2 additions & 2 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ backend:
resources:
limits:
cpu: 200m
memory: 150Mi
memory: 300Mi
requests:
cpu: 20m
memory: 100Mi
memory: 200Mi

env:
'API_HOST': '/api'
14 changes: 7 additions & 7 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ frontend:

backend:
enabled: true
replicaCount: 1
replicaCount: 2
nameOverride: strdss-uat-backend
fullnameOverride: strdss-uat-backend
secretName: strdss-secrets-uat
Expand All @@ -57,12 +57,12 @@ backend:
# memory: 1100Mi

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

env:
'API_HOST': '/api'
4 changes: 2 additions & 2 deletions postgres/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ primary:
resources:
limits:
cpu: 150m
memory: 200Mi
memory: 300Mi
requests:
cpu: 50m
memory: 150Mi
memory: 250Mi
readReplicas:
persistence:
size: 400Mi
Expand Down
4 changes: 2 additions & 2 deletions postgres/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ primary:
resources:
limits:
cpu: 150m
memory: 200Mi
memory: 300Mi
requests:
cpu: 50m
memory: 150Mi
memory: 250Mi
readReplicas:
persistence:
size: 400Mi
Expand Down

0 comments on commit 22c2a80

Please sign in to comment.