Custom Configuration
Using a ConfigMap is possible to customize the nginx configuration
For example, if we want to change the timeouts we need to create a ConfigMap:
If the Configmap it is updated, nginx will be reloaded with the new configuration.
Last updated