Files
homelab/k8s/apps/syncthing/syncthing-nas.yaml
T

45 lines
878 B
YAML
Raw Normal View History

2025-09-09 22:44:51 +00:00
image:
tag: latest
persistence:
config:
enabled: true
type: hostPath
hostPath: "/mnt/storage/Storage/syncthing-config"
mountPath: "/var/syncthing"
storage:
enabled: true
type: hostPath
hostPath: "/mnt/storage/Storage/Syncthing-repos"
mountPath: "/Syncthing-repos"
nodeSelector:
kubernetes.io/hostname: nas.homenet
service:
main:
ports:
http:
port: 8384
listen:
enabled: true
type: NodePort
externalTrafficPolicy: Local
2025-09-09 22:44:51 +00:00
ports:
listen:
enabled: true
port: 22000
2025-09-09 22:44:51 +00:00
protocol: TCP
targetPort: 22000
discovery:
enabled: true
type: NodePort
externalTrafficPolicy: Local
2025-09-09 22:44:51 +00:00
ports:
discovery:
enabled: true
port: 21027
protocol: UDP
targetPort: 21027
port: 21027
protocol: UDP
targetPort: 21027
2025-09-09 22:44:51 +00:00