22 lines
363 B
YAML
22 lines
363 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: syncthing
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: syncthing
|
|
ports:
|
|
- name: web
|
|
port: 8384
|
|
targetPort: 8384
|
|
nodePort: 30884
|
|
- name: sync
|
|
port: 22000
|
|
targetPort: 22000
|
|
nodePort: 32000
|
|
- name: discovery
|
|
port: 21027
|
|
targetPort: 21027
|
|
protocol: UDP
|