Files
homelab/k8s/apps/gotify/pvc.yaml
T

13 lines
216 B
YAML
Raw Normal View History

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: gotify-data
namespace: notifications
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 1Gi