This repository has been archived on 2026-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-k8s/base/pv-config.yml
T
Julien Cabillot 50ce61df86 first commit
2021-07-24 13:44:43 -04:00

15 lines
243 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: sync-config
labels:
type: local
spec:
storageClassName: sync-config
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/extradata/sync-config"