Skip to content

Commit

Permalink
Update values-pv.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan authored Feb 19, 2025
1 parent 0ecdcd3 commit 9cdb8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/values-pv.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ mongodb:
app: mongodb
resources:
storage: 2Gi
hostPath: /mnt/test
hostPath: /mnt/mongodb
accessModes: ReadWriteOnce
pvc:
name: mongodb-pv-claim
@@ -26,12 +26,12 @@ postgresdb:
app: postgresdb
resources:
storage: 2Gi
hostPath: /mnt/test
hostPath: /mnt/postgresdb
pvc:
name: postgres-pv-claim
labels:
app: postgresdb
accessModes: ReadWriteOnce
resources:
requests:
storage: 2Gi
storage: 2Gi

0 comments on commit 9cdb8b9

Please sign in to comment.