argo/apps/syncthing/base/sync-service.yaml
2024-05-25 15:15:08 -04:00

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