Skip to content

Commit 39784ad

Browse files
feat(k8s): restore backend readiness probe at /admin/
1 parent 18cc088 commit 39784ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

helm-chart/templates/deployment.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ spec:
4646
env:
4747
- name: DJANGO_SETTINGS_MODULE
4848
value: core.settings.docker
49-
# livenessProbe:
50-
# httpGet:
51-
# path: /
52-
# port: 8000
53-
# readinessProbe:
54-
# httpGet:
55-
# path: /
56-
# port: 8000
49+
livenessProbe:
50+
httpGet:
51+
path: /admin/
52+
port: 8000
53+
readinessProbe:
54+
httpGet:
55+
path: /admin/
56+
port: 8000
5757
{{- end }}
5858
{{- with .Values.frontend }}
5959
- name: {{ $.Chart.Name }}-frontend

0 commit comments

Comments
 (0)