summaryrefslogtreecommitdiff
path: root/f3s/syncthing/helm-chart/templates/service.yaml
blob: 74bf5ed467f8a3ac4813f3ef088ee0b0d797d52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apiVersion: v1
kind: Service
metadata:
  labels:
    app: syncthing
  name: syncthing-service
  namespace: services
spec:
  ports:
    - name: web
      port: 8384
      protocol: TCP
      targetPort: 8384
    - name: data
      port: 22000
      protocol: TCP
      targetPort: 22000
  selector:
    app: syncthing