Skip to content

Commit

Permalink
Fix the svc name of webhook to avoid breaking istio (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
congzhegao authored Oct 25, 2023
1 parent 9898036 commit f384d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/webhooks/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
ports:
- name: http
- name: https
port: 443
protocol: TCP
targetPort: {{ .Values.webhooks.port | default 9443 }}
Expand Down

0 comments on commit f384d4f

Please sign in to comment.