diff --git a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html index 8a0bb0d1f948..2c52fdb22a18 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -464,7 +464,8 @@
inbound|7443|grpc-reviews|reviews.prod.svc.cluster.local
. This can be used to override that pattern.
A Pattern can be composed of various pre-defined variables. The following variables are supported.
%SERVICE%
- Will be substituted with name of the service.%SERVICE%
- Will be substituted with short hostname of the service.%SERVICE_NAME%
- Will be substituted with name of the service.%SERVICE_FQDN%
- Will be substituted with FQDN of the service.%SERVICE_PORT%
- Will be substituted with port of the service.%TARGET_PORT%
- Will be substituted with the target port of the service.outbound|8080|v2|reviews.prod.svc.cluster.local
. This can be used to override that pattern.
A Pattern can be composed of various pre-defined variables. The following variables are supported.
%SERVICE%
- Will be substituted with name of the service.%SERVICE%
- Will be substituted with short hostname of the service.%SERVICE_NAME%
- Will be substituted with name of the service.%SERVICE_FQDN%
- Will be substituted with FQDN of the service.%SERVICE_PORT%
- Will be substituted with port of the service.%SERVICE_PORT_NAME%
- Will be substituted with port name of the service.