Skip to content

Commit

Permalink
Merge pull request #892 from spack/nginx-controller-min-2-replicas
Browse files Browse the repository at this point in the history
[don't merge yet] Require at least two replicas for nginx controller
  • Loading branch information
mvandenburgh authored Jun 26, 2024
2 parents ba1225d + c3a29cd commit 3c3d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/production/ingress-nginx/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

autoscaling:
enabled: true
minReplicas: 1
minReplicas: 2
maxReplicas: 40
targetCPUUtilizationPercentage: 50
targetMemoryUtilizationPercentage: 50
Expand Down

0 comments on commit 3c3d042

Please sign in to comment.