first commit

This commit is contained in:
Julien Cabillot
2021-07-23 15:33:36 -04:00
parent 84e404c5f5
commit 50ce61df86
8 changed files with 153 additions and 0 deletions

13
base/svc.yml Normal file
View 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"