You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great to allow customized configuration to be injected into the template without the need to modify it.
In the config map we could add the following options: custom-http-configuration: A snippet which is added at the end of http { ... } custom-server-configuration: A snippet which is added at the end of every server { ... } for ingress configurations custom-location-configuration: A snippet which is added at the end of the location { ... } inside the server config
This would allow to solve most customization without modifying the template itself.
Additionally it could be allowed to use the configuration options for server and location also an ingress annitations. This could enable customized configuration for a specific ingress rule.
The text was updated successfully, but these errors were encountered:
@aledbf This is so far great, yes. But some things I've to configure for every ingress (e.g. proxy_pass_request_headers on; it would be nice if this is possible.
Because ingress configurations are written by all developers, ingress deployment is only done by the people administrating the cluster. And the developers should not necessarily need to care about things like this.
I think it would be great to allow customized configuration to be injected into the template without the need to modify it.
In the config map we could add the following options:
custom-http-configuration
: A snippet which is added at the end ofhttp { ... }
custom-server-configuration
: A snippet which is added at the end of everyserver { ... }
for ingress configurationscustom-location-configuration
: A snippet which is added at the end of thelocation { ... }
inside theserver
configThis would allow to solve most customization without modifying the template itself.
Additionally it could be allowed to use the configuration options for server and location also an ingress annitations. This could enable customized configuration for a specific ingress rule.
The text was updated successfully, but these errors were encountered: