Added iris.khv syncthing

This commit is contained in:
Ultradesu
2025-06-18 13:21:29 +01:00
parent 710192091c
commit 36a78797bd
3 changed files with 49 additions and 2 deletions

View File

@ -0,0 +1,40 @@
persistence:
config:
enabled: true
type: hostPath
hostPath: "/k8s/syncthing"
mountPath: "/var/syncthing"
storage:
enabled: true
type: hostPath
hostPath: "/home/share"
mountPath: "/storage"
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