From 3a1e97090ddf9812e50bba773cc10803bb51d161 Mon Sep 17 00:00:00 2001 From: congzhegao Date: Thu, 19 Oct 2023 18:37:29 -0400 Subject: [PATCH] Fix the svc name of webhook to avoid breaking istio Signed-off-by: congzhegao --- 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 }}