fix(argo-events): Fix events-webhook Service using non-default port (#2929)
Resolves #2926 Signed-off-by: Neile Havens <neilehavens@gmail.com>
This commit is contained in:
parent
8096751c17
commit
8adc2939a2
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
{{- include "argo-events.labels" (dict "context" . "name" .Values.webhook.name) | nindent 4 }}
|
||||
spec:
|
||||
ports:
|
||||
- port: 443
|
||||
- port: {{ int .Values.webhook.port }}
|
||||
targetPort: webhook
|
||||
selector:
|
||||
{{- include "argo-events.selectorLabels" (dict "context" $ "name" $.Values.webhook.name) | nindent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue