Kubernetes.K3s.installLog/services/Syncthing/persistentVolumeClaim-Syncthing.yml
2023-01-07 13:34:36 +01:00

13 lines
224 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: longhorn-syncthing-data
namespace: syncthing
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 5Gi