File tree Expand file tree Collapse file tree
charts/gardener-extension-admission-traefik/charts/runtime/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 command :
3939 - /usr/local/bin/extension-traefik
4040 - webhook
41- - --webhook-config-server-port={{ .Values.webhookConfig.serverPort }}
41+ - --extension-name={{ include "name" . }}
42+ - --webhook-server-port={{ .Values.webhookConfig.serverPort }}
4243 {{- if .Values.gardener.virtualCluster.enabled }}
4344 - --webhook-config-mode=url
4445 - --webhook-config-url={{ printf "%s.%s" (include "name" .) (.Release.Namespace) }}
5859 {{- if .Values.metricsPort }}
5960 - --metrics-bind-address=:{{ .Values.metricsPort }}
6061 {{- end }}
61- - --health-bind-address=:{{ .Values.healthPort }}
62+ - --health-probe- bind-address=:{{ .Values.healthPort }}
6263 - --leader-election-id={{ include "leaderelectionid" . }}
6364 securityContext :
6465 allowPrivilegeEscalation : false
You can’t perform that action at this time.
0 commit comments