Skip to content

Commit

Permalink
Merge pull request #737 from DTS-STN/dev_replicaCount_reduction
Browse files Browse the repository at this point in the history
Reduce replicaCount and minReplicas to 1 for dev environments.
  • Loading branch information
jhslater authored Oct 10, 2024
2 parents a2f9b78 + fd81954 commit f57c4d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
replicaCount: 2
replicaCount: 1
resources:
requests:
cpu: 300m
Expand Down Expand Up @@ -194,7 +194,7 @@ secrets:
autoscaling:
enabled: true
name: service-canada-client-hub
minReplicas: 2
minReplicas: 1
maxReplicas: {{ env "HPA_MAX_REPLICAS" | default 40}}
targetCPUUtilization: 85
labels:
Expand Down

0 comments on commit f57c4d3

Please sign in to comment.