X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mecm%2Fmepm%2Fapplcm%2Fresources%2Fdeployment%2Fdbhost.yaml;h=52df5d12a31362cb96308dd7df926b116efc7db3;hb=5011a34d8324f1458ead3734992058c60d7af761;hp=66a6370754e75d4fb706e88e9bfcff56ae0097ab;hpb=2bb9c251cb17db7849a0a364fbe557175b336402;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