Chart: Implement controller.admissionWebhooks.service.servicePort. (#11931)
This commit is contained in:
parent
e9259af906
commit
a647bc1b7a
4 changed files with 66 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ webhooks:
|
|||
service:
|
||||
name: {{ include "ingress-nginx.controller.fullname" . }}-admission
|
||||
namespace: {{ include "ingress-nginx.namespace" . }}
|
||||
port: {{ .Values.controller.admissionWebhooks.service.servicePort }}
|
||||
path: /networking/v1/ingresses
|
||||
{{- if .Values.controller.admissionWebhooks.timeoutSeconds }}
|
||||
timeoutSeconds: {{ .Values.controller.admissionWebhooks.timeoutSeconds }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue