Available in: CE, BE, SE, SE+, EE
The module lifecycle stage: General Availability
The module has requirements for installation
Pay attention to the global parameter publicDomainTemplate, if you are turning the module on. If the parameter is not specified, the Ingress resources for DKP service components (dashboard, user-auth, grafana, upmeter, etc.) will not be created.
Ingress controllers are configured using the IngressNginxController Custom Resource.
Requirements
To the Deckhouse version: 1.76.0 and above.
Parameters
Schema version: 1
-
-
settings.defaultControllerVersionThe version of the ingress-nginx controller that is used for all controllers by default if the
controllerVersionparameter is omitted in the IngressNginxController CR.Default:
1.10 -
booleansettings.highAvailability
Manually enable the high availability mode.
By default, Deckhouse automatically decides whether to enable the HA mode. Click here to learn more about the HA mode for modules.
Example:
highAvailability: true -
stringsettings.storageClass
The name of the StorageClass to use for storing GeoIP databases (the
geoproxyStatefulSet).If omitted, the StorageClass of the existing PVC is used. If there is no PVC yet, the StorageClass will be chosen according to the global storageClass parameter.
The global
storageClassparameter is only considered when the module is enabled. Changing it while the module is enabled will not trigger automatic disk re-provisioning.If
falseis specified,emptyDirwill be used.Examples:
storageClass: ceph-ssdstorageClass: 'false'
-