Files
homelab/k8s/apps/syncthing/syncthing-khv.yaml

43 lines
778 B
YAML
Raw Permalink Normal View History

2025-06-18 21:54:56 +00:00
image:
tag: latest
2025-04-13 16:05:41 +01:00
persistence:
config:
enabled: true
type: hostPath
hostPath: "/k8s/syncthing"
mountPath: "/var/syncthing"
storage:
enabled: true
type: hostPath
2025-06-18 13:21:29 +01:00
hostPath: "/home/share"
2025-04-13 16:05:41 +01:00
mountPath: "/storage"
nodeSelector:
2025-06-18 13:21:29 +01:00
kubernetes.io/hostname: iris.khv
2025-04-13 16:05:41 +01:00
service:
main:
ports:
http:
port: 8384
listen:
enabled: true
type: LoadBalancer
ports:
listen:
enabled: true
port: 30023
protocol: TCP
targetPort: 22000
selector:
app.kubernetes.io/name: syncthing
discovery:
enabled: true
type: NodePort
externalTrafficPolicy: Cluster
ports:
discovery:
enabled: true
port: 21027
protocol: UDP
targetPort: 21027