2026-03-05 12:57:15 -05:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
annotations:
|
|
|
|
|
kompose.cmd: kompose convert -f compose-syncthing.yaml
|
|
|
|
|
kompose.version: 1.38.0 (HEAD)
|
|
|
|
|
labels:
|
|
|
|
|
io.kompose.service: syncthing
|
|
|
|
|
name: syncthing
|
|
|
|
|
spec:
|
2026-04-03 21:52:07 -04:00
|
|
|
type: ClusterIP
|
2026-03-05 12:57:15 -05:00
|
|
|
ports:
|
2026-04-03 21:52:07 -04:00
|
|
|
- name: http-web
|
|
|
|
|
port: 80
|
|
|
|
|
targetPort: web-ui
|
|
|
|
|
- name: tcp-listen
|
|
|
|
|
port: 81
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: listen-tcp
|
|
|
|
|
- name: udp-listen
|
|
|
|
|
port: 81
|
2026-03-05 12:57:15 -05:00
|
|
|
protocol: UDP
|
2026-04-03 21:52:07 -04:00
|
|
|
targetPort: listen-udp
|
|
|
|
|
- name: discovery
|
|
|
|
|
port: 83
|
2026-03-05 12:57:15 -05:00
|
|
|
protocol: UDP
|
2026-04-03 21:52:07 -04:00
|
|
|
targetPort: discovery
|
2026-03-05 12:57:15 -05:00
|
|
|
selector:
|
|
|
|
|
io.kompose.service: syncthing
|