Uniform formatting and volume as hostpath
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / dbhost.yaml
index 66a6370..52df5d1 100644 (file)
@@ -51,8 +51,10 @@ spec:
               name: my-db
       volumes:
         - name: my-db
-          persistentVolumeClaim:
-            claimName: my-db
+          hostPath:
+            # data folder needs to be created in host machine
+            path: /data
+
 # dbhost service
 ---
 apiVersion: v1