Skip to content

Commit

Permalink
Merge pull request #254 from bcgov/fix/resource-updates
Browse files Browse the repository at this point in the history
fix/update replicas Update values.yaml
  • Loading branch information
barrfalk authored Nov 6, 2024
2 parents e90eae3 + a159313 commit 70045c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ backend:
#-- enable or disable autoscaling.
enabled: true
#-- the minimum number of replicas.
minReplicas: 3
minReplicas: 2
#-- the maximum number of replicas.
maxReplicas: 7
maxReplicas: 3
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
#-- vault, for injecting secrets from vault. it is optional and is an object. it creates an initContainer which reads from vault and app container can source those secrets. for referring to a working example with vault follow this link: https://github.com/bcgov/onroutebc/blob/main/charts/onroutebc/values.yaml#L171-L186
Expand Down Expand Up @@ -83,9 +83,9 @@ frontend:
#-- enable or disable autoscaling.
enabled: true
#-- the minimum number of replicas.
minReplicas: 3
minReplicas: 2
#-- the maximum number of replicas.
maxReplicas: 7
maxReplicas: 3
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
#-- the service for the component. for inter namespace communication, use the service name as the hostname.
Expand Down

0 comments on commit 70045c5

Please sign in to comment.