Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit ec192fb

Browse files
committed
Remove healthchecks for demo webhook
1 parent 18b31bc commit ec192fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

demo-apps/http-webhook/templates/deployment.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ spec:
3737
- name: http
3838
containerPort: 80
3939
protocol: TCP
40-
livenessProbe:
41-
httpGet:
42-
path: /
43-
port: http
44-
readinessProbe:
45-
httpGet:
46-
path: /
47-
port: http
4840
resources:
4941
{{- toYaml .Values.resources | nindent 12 }}
5042
{{- with .Values.nodeSelector }}

0 commit comments

Comments
 (0)