-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.17] Fully default gwparams (#9677)
* commentary in deployer * cleanup deployer_test * cleanup inner-GG values.yaml * move proxy container secCtx to default GwP * move envoy container resources to GwP * commentary on internal chart values * remove readiness port value * cleanup and todos for values * remove serviceAccount config * helm tests * oops test focus * remove autoscaling from public facing GwParams * fix broken ggv2 template * kube e2e test * maybe don't commit a panic * more cleanup inner-GG values.yaml * test container sec ctx because pod sec ctx is never set * try deploying the right stuff this time * add changelog * add changelog * commentary * reserve autoscaling field in GwParams, other cleanup * reorder proto * fix nullable defaults in 43-gwp * codegen * rename some stuff * maybe actually run the test * fix the stupid name --------- Co-authored-by: Lawrence Gadban <[email protected]> Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
- Loading branch information
1 parent
05b7c71
commit 9a8e3aa
Showing
29 changed files
with
611 additions
and
394 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6381 | ||
resolvesIssue: false | ||
description: >- | ||
Move remaining non-user-facing default values for dynamically provisioned gateway proxies from internal helm chart | ||
to main Gloo Gateway helm chart. This allows features like Security Context to be configured/disabled. |
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
Oops, something went wrong.