mirror of https://github.com/istio/istio.io.git
parent
3e3ded3bd9
commit
9884bcb05d
|
@ -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` | |
|
||||
|
|
|
@ -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` | `如果需要,请更改为 NodePort,ClusterIP 或 LoadBalancer` |
|
||||
| `gateways.istio-ingressgateway.ports.targetPort` | `80` | |
|
||||
|
|
Loading…
Reference in New Issue