postgres yaml files modified
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / postgres-storage.yaml
@@ -12,7 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
 # persistent volume
 ---
 kind: PersistentVolume
@@ -29,15 +28,12 @@ spec:
   accessModes:
     - ReadWriteMany
   hostPath:
-    path: "/data"
-
-# pvc
+    path: "/mnt/data"
 ---
 kind: PersistentVolumeClaim
 apiVersion: v1
 metadata:
   name: postgres-pv-claim
-  namespace: default
   labels:
     app: postgres
 spec: