Merge "Config seg sdc deployment"
[oom.git] / kubernetes / policy / templates / dep-maria.yaml
index c921e8c..e42230f 100644 (file)
@@ -5,6 +5,7 @@ metadata:
   name: mariadb
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
+  replicas: {{ .Values.mariadbReplicas }}
   selector:
     matchLabels:
       app: mariadb
@@ -35,4 +36,4 @@ spec:
           path: /etc/localtime
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}