14 lines
207 B
YAML
Raw Normal View History

2021-07-23 15:33:36 -04:00
apiVersion: v1
kind: Service
metadata:
name: 'sync-svc'
spec:
type: "ClusterIP"
ports:
- name: "http"
port: 8384
protocol: "TCP"
targetPort: 8384
selector:
app: "syncthing"