deploy syncthing

This commit is contained in:
2023-12-30 10:30:05 +01:00
parent d51bfcf7db
commit 26b06c553a
10 changed files with 128 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: syncthing
spec:
selector:
app: syncthing
type: LoadBalancer
LoadBalancerIP: 192.168.3.4
ports:
- port: 8384
targetPort: 8384
name: syncthing-web
- port: 22000
targetPort: 22000
name: syncthing-listen
- port: 22000
targetPort: 22000
name: syncthing-discover