Change nodeport mapping to explicit syncthing port

main
trivernis 11 months ago
parent e112585c44
commit 53dc196f80
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -23,3 +23,31 @@ spec:
storageClass: ebs-hdd
accessMode: ReadWriteOnce
size: 200Gi
service:
main:
ports:
http:
port: 8384
listen:
enabled: true
type: NodePort
externalTrafficPolicy: Local
ports:
listen:
enabled: true
port: 22000
protocol: TCP
targetPort: 22000
nodePort: 22000
discovery:
enabled: true
type: NodePort
externalTrafficPolicy: Local
ports:
discovery:
enabled: true
port: 21027
protocol: UDP
targetPort: 21027
nodePort: 21027

Loading…
Cancel
Save