Merge "Config seg sdc deployment"
[oom.git] / kubernetes / aai / templates / hbase-deployment.yaml
index acb29da..5b2a98c 100644 (file)
@@ -5,6 +5,7 @@ metadata:
   name: hbase
   namespace: "{{ .Values.nsPrefix }}-aai"
 spec:
+  replicas: {{ .Values.hbaseReplicas }}
   selector:
     matchLabels:
       app: hbase
@@ -41,7 +42,7 @@ spec:
       volumes:
       - name: hbase-data
         hostPath:
-          path: /dockerdata-nfs/onap/aai/hbase
+          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aai/hbase
       - name: localtime
         hostPath:
           path: /etc/localtime