mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
* Improve ingress template for more customization * Add ingress configuration, remove no longer needed fields * Add _helpers.tpl for better usability * Add changes file * Bump Chart version to 5.0.0
5 lines
No EOL
444 B
Text
5 lines
No EOL
444 B
Text
Improve ingress resource by replacing the template with a most recent version, that enables:
|
|
|
|
- Not having any annotation hardcoded, all annotations are optional.
|
|
- Custom path, as of now it was hardcoded to `/*`, but depending on the ingress controller, it can require an extra annotation to work with regular expressions.
|
|
- Specify ingressClassName, as it was hardcoded to `gce`, and this is a setting that might be different on each cluster. |