first commit
This commit is contained in:
13
base/svc.yml
Normal file
13
base/svc.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: 'sync-svc'
|
||||
spec:
|
||||
type: "ClusterIP"
|
||||
ports:
|
||||
- name: "http"
|
||||
port: 8384
|
||||
protocol: "TCP"
|
||||
targetPort: 8384
|
||||
selector:
|
||||
app: "syncthing"
|
||||
Reference in New Issue
Block a user