File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
wiz-admission-controller/templates Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 5757 {{- end }}
5858 image : " {{ coalesce .Values.global.image.registry .Values.image.registry }}/{{ coalesce .Values.global.image.repository .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
5959 imagePullPolicy : {{ .Values.image.pullPolicy }}
60- readinessProbe :
61- httpGet :
62- path : /ready
63- port : {{ .Values.healthPort }}
64- scheme : HTTPS
65- {{- toYaml .Values.probes.readinessProbe | nindent 16 }}
66- livenessProbe :
67- httpGet :
68- path : /live
69- port : {{ .Values.healthPort }}
70- scheme : HTTPS
71- {{- toYaml .Values.probes.livenessProbe | nindent 16 }}
72- startupProbe :
73- httpGet :
74- path : /ready
75- port : {{ .Values.healthPort }}
76- scheme : HTTPS
77- {{- toYaml .Values.probes.startupProbe | nindent 16 }}
7860 command :
7961 - " /usr/bin/wiz-admission-controller"
8062 - " manager"
You can’t perform that action at this time.
0 commit comments