We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe4d5d commit 88efb9dCopy full SHA for 88efb9d
deployments/helm-chart/templates/controller-deployment.yaml
@@ -10,7 +10,9 @@ metadata:
10
annotations: {{ toYaml .Values.controller.annotations | nindent 4 }}
11
{{- end }}
12
spec:
13
+ {{- if not .Values.controller.autoscaling.enabled }}
14
replicas: {{ .Values.controller.replicaCount }}
15
+ {{- end }}
16
selector:
17
matchLabels:
18
{{- include "nginx-ingress.selectorLabels" . | nindent 6 }}
0 commit comments