We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4950 commit bb6242eCopy full SHA for bb6242e
charts/postgres-operator-ui/templates/deployment.yaml
@@ -9,7 +9,7 @@ metadata:
9
name: {{ template "postgres-operator-ui.fullname" . }}
10
namespace: {{ .Release.Namespace }}
11
spec:
12
- replicas: 1
+ replicas: {{ .Values.replicaCount }}
13
selector:
14
matchLabels:
15
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
@@ -102,4 +102,4 @@ spec:
102
{{ toYaml .Values.tolerations | indent 8 }}
103
{{- if .Values.priorityClassName }}
104
priorityClassName: {{ .Values.priorityClassName }}
105
- {{- end }}
+ {{- end }}
0 commit comments