feat(argo-events): Add the ability to change the port for argo-events webhook (#1712)
This commit is contained in:
parent
9e523b0538
commit
69feaadde7
4 changed files with 9 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue