Ingress: Update version of ingress controller image
This PS updates the version of the ingress controller image used. This brings in the ability to update the ingress configuration without reloading nginx. There may also need to be some changes for prom based monitoring: * https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0100 Change-Id: Ia0bf3dbb9b726f3a5cfb1f95d7ede456af13374a Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
16072765bf
commit
4d2085f0af
@ -25,6 +25,7 @@ function start () {
|
|||||||
{{- if eq .Values.deployment.mode "namespace" }}
|
{{- if eq .Values.deployment.mode "namespace" }}
|
||||||
--watch-namespace ${POD_NAMESPACE} \
|
--watch-namespace ${POD_NAMESPACE} \
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
--enable-dynamic-configuration \
|
||||||
--http-port=${PORT_HTTP} \
|
--http-port=${PORT_HTTP} \
|
||||||
--https-port=${PORT_HTTPS} \
|
--https-port=${PORT_HTTPS} \
|
||||||
--status-port=${PORT_STATUS} \
|
--status-port=${PORT_STATUS} \
|
||||||
|
@ -26,8 +26,7 @@ deployment:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
entrypoint: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
entrypoint: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||||
# https://github.com/kubernetes/ingress-nginx/blob/09524cd3363693463da5bf4a9bb3900da435ad05/Changelog.md#090
|
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0
|
||||||
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0
|
|
||||||
error_pages: gcr.io/google_containers/defaultbackend:1.0
|
error_pages: gcr.io/google_containers/defaultbackend:1.0
|
||||||
keepalived: osixia/keepalived:1.4.5
|
keepalived: osixia/keepalived:1.4.5
|
||||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user