22 lines
368 B
YAML
22 lines
368 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: syncthing
|
|
namespace: syncthing
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
name: web
|
|
port: 8384
|
|
- protocol: TCP
|
|
name: tcp-file-xfer
|
|
port: 22000
|
|
- protocol: UDP
|
|
name: quic-file-xfer
|
|
port: 22000
|
|
- protocol: UDP
|
|
name: discovery
|
|
port: 21027
|
|
selector:
|
|
app: syncthing
|