mirror of https://github.com/istio/istio.io.git
Set external istiod validationURL on config cluster (#9773)
* Set external istiod validationURL on config cluster * regen
This commit is contained in:
parent
69911014ba
commit
4b27bb4afd
|
@ -170,6 +170,8 @@ and installing the sidecar injector webhook configuration on the remote cluster
|
|||
configMap: true
|
||||
istiodRemote:
|
||||
injectionURL: https://${EXTERNAL_ISTIOD_ADDR}:15017/inject/:ENV:cluster=${REMOTE_CLUSTER_NAME}:ENV:net=network1
|
||||
base:
|
||||
validationURL: https://${EXTERNAL_ISTIOD_ADDR}:15017/validate
|
||||
EOF
|
||||
{{< /text >}}
|
||||
|
||||
|
|
|
@ -78,6 +78,8 @@ spec:
|
|||
configMap: true
|
||||
istiodRemote:
|
||||
injectionURL: https://${EXTERNAL_ISTIOD_ADDR}:15017/inject/:ENV:cluster=${REMOTE_CLUSTER_NAME}:ENV:net=network1
|
||||
base:
|
||||
validationURL: https://${EXTERNAL_ISTIOD_ADDR}:15017/validate
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue