mirror of https://github.com/istio/istio.io.git
changed fromRegistry to match MAIN_CLUSTER_NAME (#7349)
This commit is contained in:
parent
d35ab0ec7b
commit
9e9650b623
|
|
@ -137,8 +137,7 @@ spec:
|
||||||
meshNetworks:
|
meshNetworks:
|
||||||
${MAIN_CLUSTER_NETWORK}:
|
${MAIN_CLUSTER_NETWORK}:
|
||||||
endpoints:
|
endpoints:
|
||||||
# Always use Kubernetes as the registry name for the main cluster in the mesh network configuration
|
- fromRegistry: ${MAIN_CLUSTER_NAME}
|
||||||
- fromRegistry: Kubernetes
|
|
||||||
gateways:
|
gateways:
|
||||||
- registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local
|
- registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local
|
||||||
port: 443
|
port: 443
|
||||||
|
|
@ -176,8 +175,7 @@ spec:
|
||||||
meshNetworks:
|
meshNetworks:
|
||||||
${MAIN_CLUSTER_NETWORK}:
|
${MAIN_CLUSTER_NETWORK}:
|
||||||
endpoints:
|
endpoints:
|
||||||
# Always use Kubernetes as the registry name for the main cluster in the mesh network configuration
|
- fromRegistry: ${MAIN_CLUSTER_NAME}
|
||||||
- fromRegistry: Kubernetes
|
|
||||||
gateways:
|
gateways:
|
||||||
- registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local
|
- registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local
|
||||||
port: 443
|
port: 443
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue