Skip to content
Snippets Groups Projects

Add custom static IP key for Geo NGINX controller

Merged Clemens Beck requested to merge 5006-fix-geo-ingress-load-balancer-ip into master
All threads resolved!
+ 1
1
@@ -18,7 +18,7 @@ The following adjustments were made to the NGINX fork:
- `controller-deployment.yaml`: `.spec.template.spec.containers[0].args` uses `ingress-nginx.tcp-configmap` template for ConfigMap name
- GitLab chart overrides `ingress-nginx.tcp-configmap` so that `gitlab/gitlab-org/charts/gitlab-shell` can configure its TCP service
- Ability to use a templated Ingress name based on the release name
- Replace `controller.service.loadBalancerIP` with `global.hosts.externalIP` or `global.host.externalGeoIP`
- Replace `controller.service.loadBalancerIP` with `global.hosts.externalIP` or `global.hosts.externalGeoIP`
- Added support to add common labels through `common.labels` configuration option
- `controller-deployment.yaml`:
- Add `podlabels` and `global.pod.labels` to `.spec.template.metadata.labels`
Loading