Update k8s/apps/syncthing/syncthing-master.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 29s
All checks were successful
Check with kubeconform / lint (push) Successful in 29s
This commit is contained in:
@@ -5,13 +5,13 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: "/k8s/syncthing"
|
hostPath: "/k8s/syncthing-config"
|
||||||
mountPath: "/var/syncthing"
|
mountPath: "/var/syncthing"
|
||||||
storage:
|
storage:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: "/k8s/"
|
hostPath: "/k8s/Syncthing-repos"
|
||||||
mountPath: "/storage"
|
mountPath: "/Syncthing-repos"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||||
service:
|
service:
|
||||||
|
Reference in New Issue
Block a user