Compare with previous version
Added
- Default value for chart version. The values file shipped with the module refers to the declared version of the chart.
podAntiAffinity
configuration enabled by default. It is possible to disable it by setting the new set_default_pod_anti_affinity
variable to false
.
- Add the
common_labels
variable to allow the user to set common labels for all resources created by the chart.
- Add the
ingress_nginx_controller_min_replicas
and ingress_nginx_controller_max_replicas
variables to easily set the minimum and maximum number of replicas for the controller pods.