Highlights for the week ending March 9, 2023
Apps
- nginx-ingress-controller-app v2.26.0 We are in the process in aligning our nginx-ingress-controller-app in the direction of upstream nginx-ingress controller. In this first step we implemented 16 new service properties. Please be aware of
controller.service.clusterIP
as the cluster IP of existing services can not be changed. The app deployment might fail when defining this for already installed app instances. Also please be aware ofcontroller.service.healthCheckNodePort
as the health check node port of existing services can not be changed. The app deployment might fail when defining this for already installed app instances. All other implemented service properties are mentioned here. Additionally to the new implementations 11 service properties got changed and all values got aligned to upstream NGINX, please also view the changes here. To complete the first step of our alignment we also removedcontroller.service.internal.labels
in favor ofcontroller.service.labels
,controller.service.internal.type
in favor ofcontroller.service.type
,controller.service.internal.ports.http
in favor ofcontroller.service.ports.http
andcontroller.service.internal.ports.https
in favorcontroller.service.ports.https
. These changes come straight from nginx-ingress-controller upstream and can also be viewed here.