name: brmsgw
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
-  replicas: 1
+  replicas: {{ .Values.brmsgwReplicas }}
   selector:
     matchLabels:
       app: brmsgw
 
   name: drools
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
-  replicas: 1
+  replicas: {{ .Values.droolsReplicas }}
   selector:
     matchLabels:
       app: drools
 
   name: mariadb
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
+  replicas: {{ .Values.mariadbReplicas }}
   selector:
     matchLabels:
       app: mariadb
           path: /etc/localtime
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}
 
   name: nexus
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
+  replicas: {{ .Values.nexusReplicas }}
   selector:
     matchLabels:
       app: nexus
 
   name: pap
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
+  replicas: {{ .Values.papReplicas }}
   selector:
     matchLabels:
       app: pap
 
   name: pdp
   namespace: "{{ .Values.nsPrefix }}-policy"
 spec:
-  replicas: 1
+  replicas: {{ .Values.pdpReplicas }}
   selector:
     matchLabels:
       app: pdp
 
 # POLICY hotfix - Note this must be temporary
 # See https://jira.onap.org/browse/POLICY-510
 aaiServiceClusterIp: 10.43.255.254
-
+brmsgwReplicas: 1
+droolsReplicas: 1
+mariadbReplicas: 1
+nexusReplicas: 1
+papReplicas: 1
+pdpReplicas: 1
 image:
   readiness: oomk8s/readiness-check
   readinessVersion: 1.0.0
   policyNexus: nexus3.onap.org:10001/onap/policy/policy-nexus
   policyNexusVersion: v1.1.1
   ubuntu: ubuntu:16.04
-  filebeat: docker.elastic.co/beats/filebeat:5.5.0
\ No newline at end of file
+  filebeat: docker.elastic.co/beats/filebeat:5.5.0