deploy syncthing
This commit is contained in:
19
apps/syncthing/service.yaml
Normal file
19
apps/syncthing/service.yaml
Normal 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
|
Reference in New Issue
Block a user