Change node port for syncthing to allowed range

main
trivernis 11 months ago
parent 53dc196f80
commit 82b04387a2
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -38,8 +38,8 @@ spec:
enabled: true
port: 22000
protocol: TCP
targetPort: 22000
nodePort: 22000
targetPort: 32200
nodePort: 32200
discovery:
enabled: true
type: NodePort
@ -49,5 +49,5 @@ spec:
enabled: true
port: 21027
protocol: UDP
targetPort: 21027
nodePort: 21027
targetPort: 30027
nodePort: 30027

Loading…
Cancel
Save