-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from Kong/next
[kong] release 1.15.0
- Loading branch information
Showing
23 changed files
with
291 additions
and
120 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
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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# This tests the following unrelated aspects of Ingress Controller | ||
# - ingressController deploys with a database | ||
# - TODO remove this test when https://github.com/Kong/charts/issues/295 is solved | ||
# and its associated wait-for-db workaround is removed. | ||
# This test is similar to test2-values.yaml, but lacks a stream listen. | ||
# wait-for-db will _not_ create a socket file. This test ensures the workaround | ||
# does not interfere with startup when there is no file to remove. | ||
|
||
ingressController: | ||
enabled: true | ||
installCRDs: false | ||
env: | ||
anonymous_reports: "false" | ||
postgresql: | ||
enabled: true | ||
postgresqlUsername: kong | ||
postgresqlDatabase: kong | ||
service: | ||
port: 5432 | ||
env: | ||
anonymous_reports: "off" | ||
database: "postgres" | ||
# - ingress resources are created without hosts | ||
admin: | ||
type: NodePort | ||
ingress: | ||
enabled: true | ||
hosts: [] | ||
path: / | ||
proxy: | ||
type: NodePort | ||
ingress: | ||
enabled: true | ||
hostname: proxy.kong.example | ||
annotations: {} | ||
path: / | ||
|
||
# - PDB is enabled | ||
podDisruptionBudget: | ||
enabled: true | ||
# update strategy | ||
updateStrategy: | ||
type: "RollingUpdate" | ||
rollingUpdate: | ||
maxSurge: 1 | ||
maxUnavailable: 0 |
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
image: | ||
repository: kong | ||
tag: "2.2" | ||
tag: "2.3" | ||
|
||
env: | ||
prefix: /kong_prefix/ | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
image: | ||
repository: kong | ||
tag: "2.2" | ||
tag: "2.3" | ||
|
||
env: | ||
prefix: /kong_prefix/ | ||
|
Oops, something went wrong.