feat(k8s/grocy): add grocy stack (deployment scaled to 0 for data migration)
This commit is contained in:
12
kubernetes/app/grocy/pvc.yaml
Normal file
12
kubernetes/app/grocy/pvc.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: grocy-db
|
||||
namespace: grocy
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: local-path
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
Reference in New Issue
Block a user