Gateway service support externalIps in helm charts #2947 (#2948)

This commit is contained in:
cwocwo 2018-12-06 10:30:29 +08:00 committed by istio-bot
parent 3e3ded3bd9
commit 9884bcb05d
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ To customize Istio install using Helm, use the `--set <key>=<value>` option in H
| `gateways.istio-ingressgateway.autoscaleMax` | `5` | |
| `gateways.istio-ingressgateway.resources` | `{}` | |
| `gateways.istio-ingressgateway.loadBalancerIP` | `""` | |
| `gateways.istio-ingressgateway.externalIPs` | [] | |
| `gateways.istio-ingressgateway.serviceAnnotations` | `{}` | |
| `gateways.istio-ingressgateway.type` | `LoadBalancer #change to NodePort, ClusterIP or LoadBalancer if need be` | |
| `gateways.istio-ingressgateway.ports.targetPort` | `80` | |

View File

@ -41,6 +41,7 @@ keywords: [kubernetes,helm]
| `gateways.istio-ingressgateway.autoscaleMax` | `5` | |
| `gateways.istio-ingressgateway.resources` | `{}` | |
| `gateways.istio-ingressgateway.loadBalancerIP` | `""` | |
| `gateways.istio-ingressgateway.externalIPs` | [] | |
| `gateways.istio-ingressgateway.serviceAnnotations` | `{}` | |
| `gateways.istio-ingressgateway.type` | `LoadBalancer` | `如果需要,请更改为 NodePortClusterIP 或 LoadBalancer` |
| `gateways.istio-ingressgateway.ports.targetPort` | `80` | |