mirror of https://github.com/portainer/k8s.git
Update httpsNodePort to 30779
Signed-off-by: David Young <davidy@funkypenguin.co.nz>pull/73/head
parent
026f1c3dea
commit
d62f43b5a1
|
@ -33,7 +33,7 @@ service:
|
||||||
httpPort: 9000
|
httpPort: 9000
|
||||||
httpsPort: 9443
|
httpsPort: 9443
|
||||||
httpNodePort: 30777
|
httpNodePort: 30777
|
||||||
httpsNodePort: 30778
|
httpsNodePort: 30779
|
||||||
edgePort: 8000
|
edgePort: 8000
|
||||||
edgeNodePort: 30776
|
edgeNodePort: 30776
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
|
@ -77,7 +77,7 @@ spec:
|
||||||
targetPort: 9443
|
targetPort: 9443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: https
|
name: https
|
||||||
nodePort: 30778
|
nodePort: 30779
|
||||||
- port: 30776
|
- port: 30776
|
||||||
targetPort: 30776
|
targetPort: 30776
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
@ -77,7 +77,7 @@ spec:
|
||||||
targetPort: 9443
|
targetPort: 9443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: https
|
name: https
|
||||||
nodePort: 30778
|
nodePort: 30779
|
||||||
- port: 30776
|
- port: 30776
|
||||||
targetPort: 30776
|
targetPort: 30776
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue