Kubernetes.K3s.installLog/services/Syncthing/persistentVolumeClaim-Syncthing.yml

13 lines
224 B
YAML
Raw Normal View History

2023-01-07 12:34:36 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: longhorn-syncthing-data
namespace: syncthing
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 5Gi