Convert all services to ClusterIP
This commit is contained in:
parent
b06a12fe1d
commit
e09dd5694d
45 changed files with 119 additions and 130 deletions
|
|
@ -33,6 +33,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5757
|
- containerPort: 5757
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: abs-kosync-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: abs-kosync-data
|
name: abs-kosync-data
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: abs-kosync
|
name: abs-kosync
|
||||||
port:
|
port:
|
||||||
number: 31080
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: abs-kosync
|
io.kompose.service: abs-kosync
|
||||||
name: abs-kosync
|
name: abs-kosync
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "31080"
|
- name: http-web
|
||||||
port: 31080
|
port: 80
|
||||||
targetPort: 5757
|
targetPort: abs-kosync-ui
|
||||||
nodePort: 31080
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: abs-kosync
|
io.kompose.service: abs-kosync
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6767
|
- containerPort: 6767
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: bazarr-anime-config
|
name: bazarr-anime-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: bazarr-anime
|
name: bazarr-anime
|
||||||
port:
|
port:
|
||||||
number: 30768
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: bazarr-anime
|
io.kompose.service: bazarr-anime
|
||||||
name: bazarr-anime
|
name: bazarr-anime
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30768"
|
- name: http-web
|
||||||
port: 30768
|
port: 80
|
||||||
targetPort: 6767
|
targetPort: web-ui
|
||||||
nodePort: 30768
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: bazarr-anime
|
io.kompose.service: bazarr-anime
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6767
|
- containerPort: 6767
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: bazarr-config
|
name: bazarr-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: bazarr
|
name: bazarr
|
||||||
port:
|
port:
|
||||||
number: 30767
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: bazarr
|
io.kompose.service: bazarr
|
||||||
name: bazarr
|
name: bazarr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30767"
|
- name: http-web
|
||||||
port: 30767
|
port: 80
|
||||||
targetPort: 6767
|
targetPort: web-ui
|
||||||
nodePort: 30767
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: bazarr
|
io.kompose.service: bazarr
|
||||||
|
|
|
||||||
|
|
@ -37,12 +37,16 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8112
|
- containerPort: 8112
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
- containerPort: 6881
|
- containerPort: 6881
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: inbound-tcp
|
||||||
- containerPort: 6881
|
- containerPort: 6881
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
name: inbound-udp
|
||||||
- containerPort: 58846
|
- containerPort: 58846
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: daemon
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: deluge-config
|
name: deluge-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: deluge
|
name: deluge
|
||||||
port:
|
port:
|
||||||
number: 30112
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,24 +8,20 @@ metadata:
|
||||||
io.kompose.service: deluge
|
io.kompose.service: deluge
|
||||||
name: deluge
|
name: deluge
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30112"
|
- name: http-web
|
||||||
port: 30112
|
port: 80
|
||||||
targetPort: 8112
|
targetPort: web-ui
|
||||||
nodePort: 30112
|
- name: inbound-tcp
|
||||||
- name: "30881"
|
port: 81
|
||||||
port: 30881
|
targetPort: inbound-tcp
|
||||||
targetPort: 6881
|
- name: inbound-udp
|
||||||
nodePort: 30881
|
port: 81
|
||||||
- name: 30881-udp
|
|
||||||
port: 30881
|
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 6881
|
targetPort: inbound-udp
|
||||||
nodePort: 30881
|
- name: daemon
|
||||||
- name: "30846"
|
port: 82
|
||||||
port: 30846
|
targetPort: daemon
|
||||||
targetPort: 58846
|
|
||||||
nodePort: 30846
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: deluge
|
io.kompose.service: deluge
|
||||||
|
|
|
||||||
|
|
@ -35,4 +35,5 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8191
|
- containerPort: 8191
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: flaresolverr
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: flaresolverr
|
name: flaresolverr
|
||||||
port:
|
port:
|
||||||
number: 30191
|
name: flaresolverr
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: flaresolverr
|
io.kompose.service: flaresolverr
|
||||||
name: flaresolverr
|
name: flaresolverr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30191"
|
- name: flaresolverr
|
||||||
port: 30191
|
port: 80
|
||||||
targetPort: 8191
|
targetPort: flaresolverr
|
||||||
nodePort: 30191
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: flaresolverr
|
io.kompose.service: flaresolverr
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5055
|
- containerPort: 5055
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config
|
- mountPath: /app/config
|
||||||
name: jellyseerr-volume
|
name: jellyseerr-volume
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: jellyseerr
|
name: jellyseerr
|
||||||
port:
|
port:
|
||||||
number: 30505
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: jellyseerr
|
io.kompose.service: jellyseerr
|
||||||
name: jellyseerr
|
name: jellyseerr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30505"
|
- name: http-web
|
||||||
port: 30505
|
port: 80
|
||||||
targetPort: 5055
|
targetPort: web-ui
|
||||||
nodePort: 30505
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: jellyseerr
|
io.kompose.service: jellyseerr
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5299
|
- containerPort: 5299
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: lazylibrarian-config
|
name: lazylibrarian-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: lazylibrarian
|
name: lazylibrarian
|
||||||
port:
|
port:
|
||||||
number: 30787
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: lazylibrarian
|
io.kompose.service: lazylibrarian
|
||||||
name: lazylibrarian
|
name: lazylibrarian
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30787"
|
- name: http-web
|
||||||
port: 30787
|
port: 80
|
||||||
targetPort: 5299
|
targetPort: web-ui
|
||||||
nodePort: 30787
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: lazylibrarian
|
io.kompose.service: lazylibrarian
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9696
|
- containerPort: 9696
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: prowlarr-config
|
name: prowlarr-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: prowlarr
|
name: prowlarr
|
||||||
port:
|
port:
|
||||||
number: 30696
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: prowlarr
|
io.kompose.service: prowlarr
|
||||||
name: prowlarr
|
name: prowlarr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30696"
|
- name: http-web
|
||||||
port: 30696
|
port: 80
|
||||||
targetPort: 9696
|
targetPort: web-ui
|
||||||
nodePort: 30696
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: prowlarr
|
io.kompose.service: prowlarr
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: radarr-anime-config
|
name: radarr-anime-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: radarr-anime
|
name: radarr-anime
|
||||||
port:
|
port:
|
||||||
number: 30879
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: radarr-anime
|
io.kompose.service: radarr-anime
|
||||||
name: radarr-anime
|
name: radarr-anime
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30879"
|
- name: http-web
|
||||||
port: 30879
|
port: 80
|
||||||
targetPort: 7878
|
targetPort: web-ui
|
||||||
nodePort: 30879
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: radarr-anime
|
io.kompose.service: radarr-anime
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: radarr-config
|
name: radarr-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: radarr
|
name: radarr
|
||||||
port:
|
port:
|
||||||
number: 30878
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: radarr
|
io.kompose.service: radarr
|
||||||
name: radarr
|
name: radarr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30878"
|
- name: http-web
|
||||||
port: 30878
|
port: 80
|
||||||
targetPort: 7878
|
targetPort: web-ui
|
||||||
nodePort: 30878
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: radarr
|
io.kompose.service: radarr
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 9090
|
name: web-ui
|
||||||
protocol: TCP
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: sabnzbd-config
|
name: sabnzbd-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
port:
|
port:
|
||||||
number: 30080
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,15 +8,10 @@ metadata:
|
||||||
io.kompose.service: sabnzbd
|
io.kompose.service: sabnzbd
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30080"
|
- name: http-web
|
||||||
port: 30080
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: web-ui
|
||||||
nodePort: 30080
|
|
||||||
- name: "30090"
|
|
||||||
port: 30090
|
|
||||||
targetPort: 9090
|
|
||||||
nodePort: 30090
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: sabnzbd
|
io.kompose.service: sabnzbd
|
||||||
|
|
|
||||||
|
|
@ -43,10 +43,10 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5030
|
- containerPort: 5030
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 5031
|
name: slskd-ui
|
||||||
protocol: TCP
|
|
||||||
- containerPort: 50300
|
- containerPort: 50300
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: slskd-listen
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app
|
- mountPath: /app
|
||||||
name: slskd-app
|
name: slskd-app
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: slskd
|
name: slskd
|
||||||
port:
|
port:
|
||||||
number: 30030
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,19 +8,13 @@ metadata:
|
||||||
io.kompose.service: slskd
|
io.kompose.service: slskd
|
||||||
name: slskd
|
name: slskd
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30030"
|
- name: http-web
|
||||||
port: 30030
|
port: 80
|
||||||
targetPort: 5030
|
targetPort: slskd-ui
|
||||||
nodePort: 30030
|
- name: slskd
|
||||||
- name: "30031"
|
port: 81
|
||||||
port: 30031
|
targetPort: slskd-listen
|
||||||
targetPort: 5031
|
|
||||||
nodePort: 30031
|
|
||||||
- name: "30300"
|
|
||||||
port: 30300
|
|
||||||
targetPort: 50300
|
|
||||||
nodePort: 30300
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: slskd
|
io.kompose.service: slskd
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8989
|
- containerPort: 8989
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: sonarr-anime-config
|
name: sonarr-anime-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: sonarr-anime
|
name: sonarr-anime
|
||||||
port:
|
port:
|
||||||
number: 30990
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: sonarr-anime
|
io.kompose.service: sonarr-anime
|
||||||
name: sonarr-anime
|
name: sonarr-anime
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30990"
|
- name: http-web
|
||||||
port: 30990
|
port: 80
|
||||||
targetPort: 8989
|
targetPort: web-ui
|
||||||
nodePort: 30990
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: sonarr-anime
|
io.kompose.service: sonarr-anime
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8989
|
- containerPort: 8989
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: sonarr-config
|
name: sonarr-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: sonarr
|
name: sonarr
|
||||||
port:
|
port:
|
||||||
number: 30989
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ metadata:
|
||||||
io.kompose.service: sonarr
|
io.kompose.service: sonarr
|
||||||
name: sonarr
|
name: sonarr
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30989"
|
- name: http-web
|
||||||
port: 30989
|
port: 80
|
||||||
targetPort: 8989
|
targetPort: web-ui
|
||||||
nodePort: 30989
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: sonarr
|
io.kompose.service: sonarr
|
||||||
|
|
|
||||||
|
|
@ -35,12 +35,16 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8384
|
- containerPort: 8384
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: web-ui
|
||||||
- containerPort: 22000
|
- containerPort: 22000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
name: listen-tcp
|
||||||
- containerPort: 22000
|
- containerPort: 22000
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
name: listen-udp
|
||||||
- containerPort: 21027
|
- containerPort: 21027
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
name: discovery
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: syncthing-config
|
name: syncthing-config
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: syncthing
|
name: syncthing
|
||||||
port:
|
port:
|
||||||
number: 30384
|
name: http-web
|
||||||
|
|
|
||||||
|
|
@ -8,25 +8,22 @@ metadata:
|
||||||
io.kompose.service: syncthing
|
io.kompose.service: syncthing
|
||||||
name: syncthing
|
name: syncthing
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: "30384"
|
- name: http-web
|
||||||
port: 30384
|
port: 80
|
||||||
targetPort: 8384
|
targetPort: web-ui
|
||||||
nodePort: 30384
|
- name: tcp-listen
|
||||||
- name: "32000"
|
port: 81
|
||||||
port: 32000
|
protocol: TCP
|
||||||
targetPort: 22000
|
targetPort: listen-tcp
|
||||||
nodePort: 32000
|
- name: udp-listen
|
||||||
- name: 32000-udp
|
port: 81
|
||||||
port: 32000
|
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 22000
|
targetPort: listen-udp
|
||||||
nodePort: 32000
|
- name: discovery
|
||||||
- name: "31027"
|
port: 83
|
||||||
port: 31027
|
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 21027
|
targetPort: discovery
|
||||||
nodePort: 31027
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: syncthing
|
io.kompose.service: syncthing
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue