Skip to content

Commit

Permalink
Merge pull request #2709 from bcgov/chore/scale-dev-test-resources
Browse files Browse the repository at this point in the history
chore: scale dev/test resources for FE deployments
  • Loading branch information
Sepehr-Sobhani authored Jan 17, 2025
2 parents d34b8e1 + 3573b5e commit be8be02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions helm/cas-bciers/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ administrationFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

registrationFrontend:
replicaCount: 1
Expand All @@ -58,10 +58,10 @@ registrationFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

reportingFrontend:
enabled: true
Expand All @@ -76,10 +76,10 @@ reportingFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

coamFrontend:
replicaCount: 1
Expand All @@ -96,10 +96,10 @@ coamFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 64Mi
requests:
cpu: 60m
memory: 256Mi
memory: 32Mi

dashboardFrontend:
enabled: true
Expand All @@ -114,10 +114,10 @@ dashboardFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

auth:
keycloakAuthUrl: https://dev.loginproxy.gov.bc.ca/auth
Expand Down
20 changes: 10 additions & 10 deletions helm/cas-bciers/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ administrationFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

registrationFrontend:
replicaCount: 1
Expand All @@ -53,10 +53,10 @@ registrationFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

reportingFrontend:
replicaCount: 1
Expand All @@ -73,10 +73,10 @@ reportingFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

coamFrontend:
replicaCount: 1
Expand All @@ -93,10 +93,10 @@ coamFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 64Mi
requests:
cpu: 60m
memory: 256Mi
memory: 32Mi

dashboardFrontend:
replicaCount: 1
Expand All @@ -117,10 +117,10 @@ dashboardFrontend:
resources:
limits:
cpu: 200m
memory: 512Mi
memory: 256Mi
requests:
cpu: 60m
memory: 256Mi
memory: 128Mi

growthbook:
clientKey: sdk-9Vyna67jpIYdjMa
Expand Down

0 comments on commit be8be02

Please sign in to comment.