stackspout/apps/support/zammad/zammad-postgres-pvc.yaml

16 lines
292 B
YAML
Raw Permalink Normal View History

2024-02-18 09:09:41 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: zammad-postgres
namespace: stackspout
labels:
stackspin.net/backupSet: "zammad"
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 2Gi
storageClassName: local-path