Files
homelab/k8s/apps/syncthing/syncthing-khv.yaml
ab 10773abd14
All checks were successful
Check with kubeconform / lint (push) Successful in 12s
Update k8s/apps/syncthing/syncthing-khv.yaml
2025-09-09 23:27:57 +00:00

38 lines
676 B
YAML

image:
tag: latest
persistence:
config:
enabled: true
type: hostPath
hostPath: "/k8s/Syncthing"
mountPath: "/var/syncthing"
nodeSelector:
kubernetes.io/hostname: iris.khv
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