Add Default backend HPA autoscaling.

This commit is contained in:
Adam Hamsik 2020-11-04 14:03:50 +01:00
parent 6c729e9cc7
commit ab9ba3e970
6 changed files with 44 additions and 7 deletions

View file

@ -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: