Loading doc/getting_started/deployment/kubernetes.md +3 −3 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ ``` - - ingressClassName: nginx - - annotations: {} + annotations: + - annotations: + kubernetes.io/ingress.class: gce + kubernetes.io/ingress.global-static-ip-name: web-static-ip ``` Loading Loading
doc/getting_started/deployment/kubernetes.md +3 −3 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ ``` - - ingressClassName: nginx - - annotations: {} + annotations: + - annotations: + kubernetes.io/ingress.class: gce + kubernetes.io/ingress.global-static-ip-name: web-static-ip ``` Loading