Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soujanyanmbri committed Aug 21, 2024
1 parent 042cd49 commit c6abc67
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ mongodb:
mongoDbName: crapi
mongoUri: "admin:crapisecretpassword@mongodb:27017"
storage:
# type: "manual"
# pv:
# name: mongodb-pv
# labels:
# app: mongodb
# resources:
# rstorage: 2Gi
# hostPath: /mnt/test
type: "default"
pvc:
name: mongodb-pv-claim
Expand Down Expand Up @@ -232,14 +224,6 @@ postgresdb:
postgresPassword: crapisecretpassword
postgresDbName: crapi
storage:
# type: "manual"
# pv:
# name: postgres-pv
# labels:
# app: postgresdb
# resources:
# storage: 2Gi
# hostPath: /mnt/test
type: "default"
pvc:
name: postgres-pv-claim
Expand Down

0 comments on commit c6abc67

Please sign in to comment.