X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mecm%2Fmepm%2Fapplcm%2Fresources%2Fdeployment%2Fdbhost.yaml;h=52df5d12a31362cb96308dd7df926b116efc7db3;hb=a8dcf81e2345773ff97cd6f4befe9c6212891f59;hp=66a6370754e75d4fb706e88e9bfcff56ae0097ab;hpb=c804c75d35e597fe5dce26398d1490034a67c768;p=ealt-edge.git diff --git a/mecm/mepm/applcm/resources/deployment/dbhost.yaml b/mecm/mepm/applcm/resources/deployment/dbhost.yaml index 66a6370..52df5d1 100644 --- a/mecm/mepm/applcm/resources/deployment/dbhost.yaml +++ b/mecm/mepm/applcm/resources/deployment/dbhost.yaml @@ -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