-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(konnect): require gateway discovery enabled + rename gw discover…
…y, release rc
- Loading branch information
Showing
10 changed files
with
98 additions
and
88 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
16 changes: 0 additions & 16 deletions
16
charts/kong/example-values/minimal-kong-controller-konnect.yaml
This file was deleted.
Oops, something went wrong.
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
20 changes: 20 additions & 0 deletions
20
charts/kong/example-values/minimal-kong-gd-controller.yaml
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
deployment: | ||
kong: | ||
enabled: false | ||
|
||
proxy: | ||
## This must match the gateway release's proxy Service name. | ||
## The Service name uses the pattern "<release name>-kong-proxy". | ||
## In this example, the companion gateway release is named "gw" | ||
nameOverride: gw-kong-proxy | ||
|
||
ingressController: | ||
enabled: true | ||
|
||
gatewayDiscovery: | ||
enabled: true | ||
adminApiService: | ||
## This must match the gateway release's admin Service name. | ||
## The Service name uses the pattern "<release name>-kong-admin". | ||
## In this example, the companion gateway release is named "gw" | ||
name: gw-kong-admin |
File renamed without changes.
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