mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
nginx-ingress: fix sync issue with ClusterIP
This commit is contained in:
parent
432eed2415
commit
3dcbe3c1a1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ nginx-ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
service:
|
service:
|
||||||
omitClusterIP: true
|
omitClusterIP: true
|
||||||
|
service:
|
||||||
|
omitClusterIP: true
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePorts:
|
nodePorts:
|
||||||
# port forwarding on router
|
# port forwarding on router
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue