Skip to content

Commit

Permalink
chore(env) update router default
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Oct 23, 2023
1 parent da4889f commit 3a9ca76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions charts/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ gateway:
env:
role: traditional
database: "off"
router_flavor: "expressions"
7 changes: 7 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

### Breaking changes

* The `env.router_flavor` default is now `expressions`. This requires Kong
3.4.1 or higher and controller 3.0.0 or higher. Releases using older image
versions should change this value to `traditional`
[#911](https://github.com/Kong/charts/pull/911)

### Improvements

* Prevent installing PodDisruptionBudget for `replicaCount: 1` or `autoscaling.minReplicas: 1`.
Expand Down
6 changes: 1 addition & 5 deletions charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ deployment:
# is set below. In general, you should not set values here if they are set elsewhere.
env:
database: "off"
# the chart uses the traditional router (for Kong 3.x+) because the ingress
# controller generates traditional routes. if you do not use the controller,
# you may set this to "traditional_compatible" or "expressions" to use the new
# DSL-based router
router_flavor: "traditional"
router_flavor: "traditional_compatible"
nginx_worker_processes: "2"
proxy_access_log: /dev/stdout
admin_access_log: /dev/stdout
Expand Down

0 comments on commit 3a9ca76

Please sign in to comment.