mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
[bitnami/nginx-ingress-controller] Use correct port for ingress-nginx healthchecks (#4739)
This commit is contained in:
@@ -26,4 +26,4 @@ name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
version: 7.0.3
|
||||
version: 7.0.4
|
||||
|
||||
@@ -240,7 +240,7 @@ livenessProbe:
|
||||
enabled: true
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: http
|
||||
port: "{{ .Values.containerPorts.metrics }}"
|
||||
scheme: HTTP
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
@@ -251,7 +251,7 @@ readinessProbe:
|
||||
enabled: true
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: http
|
||||
port: "{{ .Values.containerPorts.metrics }}"
|
||||
scheme: HTTP
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
|
||||
@@ -240,7 +240,7 @@ livenessProbe:
|
||||
enabled: true
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: http
|
||||
port: "{{ .Values.containerPorts.metrics }}"
|
||||
scheme: HTTP
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
@@ -251,7 +251,7 @@ readinessProbe:
|
||||
enabled: true
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: http
|
||||
port: "{{ .Values.containerPorts.metrics }}"
|
||||
scheme: HTTP
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user