29 lines
609 B
YAML
29 lines
609 B
YAML
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:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http-web
|
|
port: 80
|
|
targetPort: web-ui
|
|
- name: tcp-listen
|
|
port: 81
|
|
protocol: TCP
|
|
targetPort: listen-tcp
|
|
- name: udp-listen
|
|
port: 81
|
|
protocol: UDP
|
|
targetPort: listen-udp
|
|
- name: discovery
|
|
port: 83
|
|
protocol: UDP
|
|
targetPort: discovery
|
|
selector:
|
|
io.kompose.service: syncthing
|