maybe like that?
This commit is contained in:
parent
a641df167f
commit
9490015728
@ -12,5 +12,5 @@ resources:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: syncthing
|
- name: syncthing
|
||||||
newName: syncthing
|
newName: syncthing/syncthing
|
||||||
newTag: v1.27
|
newTag: v1.27
|
||||||
|
@ -31,12 +31,13 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/allow-shared-ip: syncthing-service
|
metallb.universe.tf/allow-shared-ip: syncthing-service
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
name: syncthing-discover
|
name: syncthing-discover
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: syncthing
|
app: syncthing
|
||||||
|
type: LoadBalancer
|
||||||
|
LoadBalancerIP: 192.168.3.4
|
||||||
ports:
|
ports:
|
||||||
- port: 22000
|
- port: 22000
|
||||||
targetPort: 22000
|
targetPort: 22000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user