feat(argo-events): Add the ability to change the port for argo-events webhook (#1712)

This commit is contained in:
Chris Reiche 2022-12-16 19:45:25 -05:00 committed by GitHub
parent 9e523b0538
commit 69feaadde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View file

@ -50,6 +50,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: PORT
value: "{{ .Values.webhook.port }}"
{{- with .Values.webhook.env }}
{{- toYaml . | nindent 8 }}
{{- end }}
@ -63,7 +65,7 @@ spec:
{{- end }}
ports:
- name: webhook
containerPort: 443
containerPort: {{ .Values.webhook.port }}
protocol: TCP
livenessProbe:
tcpSocket: