From 7b541887d6d00d0f2c9ddd443b0970fd685f4b7b Mon Sep 17 00:00:00 2001 From: congzhegao Date: Thu, 19 Oct 2023 18:31:27 -0400 Subject: [PATCH] Fix the svc name of webhook to avoid breaking istio --- keda/templates/webhooks/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keda/templates/webhooks/service.yaml b/keda/templates/webhooks/service.yaml index d7b78419..fdb9cce8 100644 --- a/keda/templates/webhooks/service.yaml +++ b/keda/templates/webhooks/service.yaml @@ -27,7 +27,7 @@ metadata: namespace: {{ .Release.Namespace }} spec: ports: - - name: http + - name: https port: 443 protocol: TCP targetPort: {{ .Values.webhooks.port | default 9443 }}