infrastructure/flux/olympus/apps/services/grist/pvc.yaml
Victor 6da9551d66
Some checks failed
Lint / lint (push) Failing after 1m3s
Plex Update / update (push) Successful in 1m41s
add oauth2-proxy
2023-11-07 15:58:47 +01:00

12 lines
207 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: grist
namespace: services
spec:
accessModes:
- ReadWriteOnce
storageClassName: local-path
resources:
requests:
storage: 2Gi