trying to monitor syncthing

This commit is contained in:
2024-01-04 18:21:13 +01:00
parent 8c0abc16c4
commit d09a3509af
4 changed files with 38 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: syncthing-web
label:
app: syncthing
spec:
selector:
app: syncthing
@@ -9,6 +11,7 @@ spec:
ports:
- port: 8384
targetPort: 8384
name: syncthing-web
---
apiVersion: v1
kind: Service