Skip to content

Commit 9cdb8b9

Browse files
authored
Update values-pv.yaml
1 parent 0ecdcd3 commit 9cdb8b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/helm/values-pv.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mongodb:
77
app: mongodb
88
resources:
99
storage: 2Gi
10-
hostPath: /mnt/test
10+
hostPath: /mnt/mongodb
1111
accessModes: ReadWriteOnce
1212
pvc:
1313
name: mongodb-pv-claim
@@ -26,12 +26,12 @@ postgresdb:
2626
app: postgresdb
2727
resources:
2828
storage: 2Gi
29-
hostPath: /mnt/test
29+
hostPath: /mnt/postgresdb
3030
pvc:
3131
name: postgres-pv-claim
3232
labels:
3333
app: postgresdb
3434
accessModes: ReadWriteOnce
3535
resources:
3636
requests:
37-
storage: 2Gi
37+
storage: 2Gi

0 commit comments

Comments
 (0)