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 enabled: true
port: 22000 port: 22000
protocol: TCP protocol: TCP
targetPort: 22000 targetPort: 32200
nodePort: 22000 nodePort: 32200
discovery: discovery:
enabled: true enabled: true
type: NodePort type: NodePort
@ -49,5 +49,5 @@ spec:
enabled: true enabled: true
port: 21027 port: 21027
protocol: UDP protocol: UDP
targetPort: 21027 targetPort: 30027
nodePort: 21027 nodePort: 30027

Loading…
Cancel
Save