chore(syncthing): add http port to service

This commit is contained in:
David Landry 2024-05-25 15:15:08 -04:00
parent a00d64c3f0
commit eed8daaba1

View file

@ -17,5 +17,8 @@ spec:
port: 21027 port: 21027
protocol: UDP protocol: UDP
targetPort: 21027 targetPort: 21027
- name: http
port: 80
targetPort: http
selector: selector:
app: syncthing app: syncthing