Skip to content

Commit

Permalink
Add default values to proto desc
Browse files Browse the repository at this point in the history
  • Loading branch information
npolshakova committed May 20, 2024
1 parent 04fe4f1 commit 92ee07e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions projects/gateway2/api/v1alpha1/gateway_parameters.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ message IstioIntegration {
// Configuration for the container running istio-proxy.
IstioContainer istio_container = 1;

// The address of the istio discovery service.
// The address of the istio discovery service. Defaults to "istiod.istio-system.svc:15012".
string istio_discovery_address = 2;

// The mesh id of the istio mesh.
// The mesh id of the istio mesh. Defaults to "cluster.local".
string istio_meta_mesh_id = 3;

// The cluster id of the istio cluster.
// The cluster id of the istio cluster. Defaults to "Kubernetes".
string istio_meta_cluster_id = 4;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92ee07e

Please sign in to comment.