Skip to content

Commit

Permalink
rm pvc db
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedAyoub committed Apr 28, 2024
1 parent cb8887e commit a4e0af5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 49 deletions.
3 changes: 1 addition & 2 deletions material.dev.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ pv:
mode: ReadWriteOnce
hostPath: /data/app/material

pvdb:
enabled: false

container:
name: material
port: 80
Expand Down
20 changes: 10 additions & 10 deletions staff.dev.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ localDatabase:
volume:
- name: default-storage
persistentVolumeClaim:
claimName: staff-db-pvc
claimName: staff-pvc

secrets:
enabled: true
Expand Down Expand Up @@ -168,12 +168,12 @@ configmap:
data:
environment: "development"

pvdb:
enabled: true
name: staff-db-pv
storage: 2Gi
hostPath: /data/database/staff
storageLimit: 2Gi
volumeName: staff-db-pv
pvcName: staff-db-pvc
accessModes: ReadWriteOnce
# pvdb:
# enabled: true
# name: staff-db-pv
# storage: 2Gi
# hostPath: /data/database/staff
# storageLimit: 2Gi
# volumeName: staff-db-pv
# pvcName: staff-db-pvc
# accessModes: ReadWriteOnce
17 changes: 0 additions & 17 deletions templates/pv.db.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions templates/pvc.db.yaml

This file was deleted.

0 comments on commit a4e0af5

Please sign in to comment.