-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance and simplify NS1 reference deployment example (#508)
Signed-off-by: Yury Tsarev <yury.tsarev@absa.africa>
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 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
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,11 +1,10 @@ | ||
k8gb: | ||
dnsZone: "test.k8gb.io" # dnsZone controlled by gslb | ||
edgeDNSZone: "k8gb.io" # main zone which would contain gslb zone to delegate | ||
edgeDNSServer: "169.254.169.253" # to handle splitbrain situation with TXT timestamp | ||
edgeDNSServer: "169.254.169.253" # external DNS server to be used for resolution | ||
clusterGeoTag: "eu-west-1" # used for places where we need to distinguish between differnet Gslb instances | ||
extGslbClustersGeoTags: "us-east-1" # comma-separated list of external gslb geo tags to pair with | ||
exposeCoreDNS: true # Create Service type LoadBalancer to expose CoreDNS | ||
|
||
ns1: | ||
enabled: true | ||
ignoreSSL: false |
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