24 lines
411 B
YAML
24 lines
411 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
labels:
|
|
name: syncthing
|
|
spec:
|
|
ports:
|
|
- name: "22000"
|
|
port: 22000
|
|
targetPort: 22000
|
|
- name: 22000-udp
|
|
port: 22000
|
|
protocol: UDP
|
|
targetPort: 22000
|
|
- name: "21027"
|
|
port: 21027
|
|
protocol: UDP
|
|
targetPort: 21027
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
selector:
|
|
app: syncthing
|