Julien Cabillot 50ce61df86 first commit
2021-07-24 13:44:43 -04:00

14 lines
207 B
YAML

apiVersion: v1
kind: Service
metadata:
name: 'sync-svc'
spec:
type: "ClusterIP"
ports:
- name: "http"
port: 8384
protocol: "TCP"
targetPort: 8384
selector:
app: "syncthing"