This module is enabled by default in clusters from version 1.14 onward. To disable it, add the following lines to the d8-system/deckhouse
ConfigMap:
ingressNginxEnabled: "false"
Pay attention to the global parameter publicDomainTemplate, if you are turning the module on. If the parameter is not specified, the Ingress resources for Deckhouse service components (dashboard, user-auth, grafana, upmeter, etc.) will not be created.
Parameters
- defaultControllerVersion
The version of the ingress-nginx controller that is used for all controllers by default if the
controllerVersion
parameter is omitted in the IngressNginxController CR.Default:
0.33
Ingress controllers are configured using the IngressNginxController Custom Resource.