From 95bf161a51bb2827983f5cf4e363600c962fb6b6 Mon Sep 17 00:00:00 2001
From: "radoslaw.chrzanowski" MeshConfig
For example 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.