Skip to content

Commit 81edae1

Browse files
authored
Add a flag for multi-namespace setup (#132)
1 parent ee9769f commit 81edae1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proxy/v1/config/proxy_mesh.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ message ProxyMeshConfig {
7474
// Connection timeout used by Envoy. (MUST BE >=1ms)
7575
google.protobuf.Duration connect_timeout = 11;
7676

77+
// Kubernetes namespace to be monitored by Istio control plane.
78+
// This can be a single application namespace (e.g. "bookinfo") or
79+
// left unspecified, in which case all Kubernetes namespaces are
80+
// observed.
81+
string application_namespace = 13;
82+
7783
// Class of ingress resources to be processed by Istio ingress
7884
// controller. This corresponds to the value of
7985
// "kubernetes.io/ingress.class" annotation.

0 commit comments

Comments
 (0)