Skip to content

Commit 24095c9

Browse files
fix(k8s): remove liveness probe on backend
1 parent 6b21bf2 commit 24095c9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ spec:
4747
env:
4848
- name: DJANGO_SETTINGS_MODULE
4949
value: core.settings.docker
50-
livenessProbe:
51-
httpGet:
52-
path: /
53-
port: 8000
54-
readinessProbe:
55-
httpGet:
56-
path: /
57-
port: 8000
50+
# livenessProbe:
51+
# httpGet:
52+
# path: /
53+
# port: 8000
54+
# readinessProbe:
55+
# httpGet:
56+
# path: /
57+
# port: 8000
5858
{{- end }}
5959
{{- with .Values.frontend }}
6060
- name: {{ $.Chart.Name }}-frontend

0 commit comments

Comments
 (0)