Replica Scaling of APPC and Message-router
[oom.git] / kubernetes / appc / templates / db-deployment.yaml
index 607a0df..0b29393 100644 (file)
@@ -5,6 +5,7 @@ metadata:
   name: appc-dbhost
   namespace: "{{ .Values.nsPrefix }}-appc"
 spec:
+  replicas: {{ .Values.dbReplicas }}
   selector:
     matchLabels:
       app: appc-dbhost
@@ -45,4 +46,4 @@ spec:
           claimName: appc-db
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}