feat(k8s/grocy): add grocy stack (deployment scaled to 0 for data migration)

This commit is contained in:
2026-03-11 19:31:13 +02:00
parent 6d1373abc5
commit 3598969583
10 changed files with 362 additions and 28 deletions

View 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