Skip to content

Commit

Permalink
Introduce allow_to_discover flag for AppInstanceConfig
Browse files Browse the repository at this point in the history
This flag will allow to expose app instance IP address
via metadata server. Could be useful when you have certain
topology and don't want to have static IP routes, i.e.
sidecar applications.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
  • Loading branch information
uncleDecart committed Mar 14, 2024
1 parent 6180247 commit 4fe67a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/config/appconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ message AppInstanceConfig {

// PatchEnvelopeRef is used to track all patch envelopes used by the app instance
PatchEnvelopeRef patchRef = 23;

// allow to be discovered by other app instances in the same network
// instance. Default is false
bool allow_to_discover = 24;
}

message PatchEnvelopeRef {
Expand Down

0 comments on commit 4fe67a5

Please sign in to comment.