From 9ce143b46295c61a11e376d2ee9756373ca07a18 Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Fri, 16 Feb 2024 11:01:41 +0000 Subject: [PATCH] Fix unsupported value HTTP for protocol Signed-off-by: Ricardo Lopes --- charts/ingress-nginx/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 0cc2db517..bab44e9ef 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -1181,7 +1181,7 @@ defaultBackend: extraPorts: [] # - name: metrics # port: 9090 - # protocol: HTTP + # protocol: TCP # targetPort: 9090 priorityClassName: "" # -- Labels to be added to the default backend resources