Skip to content

Commit 19f8788

Browse files
committed
remove probes
1 parent 554f382 commit 19f8788

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

wiz-admission-controller/templates/cronjobmanager.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,6 @@ spec:
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"

0 commit comments

Comments
 (0)