-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating to take context and namespace into account
- Loading branch information
Showing
4 changed files
with
144 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
baseIP: 127.1.27.1 | ||
baseUnreservedIP: 127.1.27.1 | ||
serviceConfigurations: | ||
- serviceName: service-name | ||
finalOctet: 11 # 127.1.27.11 | ||
- serviceName: other-service-name | ||
finalOctet: 99 # 127.1.27.99 | ||
- # identify a single context that will contain this | ||
# namespace and service or wildcard to match all | ||
context: "*" | ||
# identify a single namespace or match on wildcard | ||
# for each namespace containing this service | ||
# octet 2 will be incremented | ||
namespace: "*" | ||
serviceName: service-name | ||
# attaching to multiple clusters will inc octet 1 | ||
ip: 127.1.28.1 | ||
- context: "foo" | ||
namespace: "bar" | ||
serviceName: service-name2 | ||
ip: 127.1.28.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters