Add Default backend HPA autoscaling.
This commit is contained in:
parent
6c729e9cc7
commit
ab9ba3e970
6 changed files with 44 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if gt (.Values.defaultBackend.replicaCount | int) 1 -}}
|
||||
{{- if or (gt (.Values.defaultBackend.replicaCount | int) 1) (gt (.Values.defaultBackend.autoscaling.minReplicas | int) 1) }}
|
||||
apiVersion: policy/v1beta1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue