We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecdcd3 commit 9cdb8b9Copy full SHA for 9cdb8b9
deploy/helm/values-pv.yaml
@@ -7,7 +7,7 @@ mongodb:
7
app: mongodb
8
resources:
9
storage: 2Gi
10
- hostPath: /mnt/test
+ hostPath: /mnt/mongodb
11
accessModes: ReadWriteOnce
12
pvc:
13
name: mongodb-pv-claim
@@ -26,12 +26,12 @@ postgresdb:
26
app: postgresdb
27
28
29
+ hostPath: /mnt/postgresdb
30
31
name: postgres-pv-claim
32
labels:
33
34
35
36
requests:
37
- storage: 2Gi
+ storage: 2Gi
0 commit comments