From 49b675276aede0992461c6bb35f75def150f2a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kol=C3=A1=C5=99?= Date: Sat, 11 Nov 2023 15:13:04 +0100 Subject: [PATCH] fix(charts): ports III --- charts/templates/web-deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/templates/web-deployment.yaml b/charts/templates/web-deployment.yaml index 97dd5143..ea5e481b 100644 --- a/charts/templates/web-deployment.yaml +++ b/charts/templates/web-deployment.yaml @@ -29,7 +29,6 @@ spec: httpGet: path: "/!/web" port: web - host: {{ .Values.ingress.host | quote }} httpHeaders: - name: Host value: {{ .Values.ingress.host | quote }}