This repository has been archived on 2026-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-k8s/base/svc.yml
T

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"