We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cc088 commit 39784adCopy full SHA for 39784ad
helm-chart/templates/deployment.yaml
@@ -46,14 +46,14 @@ spec:
46
env:
47
- name: DJANGO_SETTINGS_MODULE
48
value: core.settings.docker
49
- # livenessProbe:
50
- # httpGet:
51
- # path: /
52
- # port: 8000
53
- # readinessProbe:
54
55
56
+ livenessProbe:
+ httpGet:
+ path: /admin/
+ port: 8000
+ readinessProbe:
57
{{- end }}
58
{{- with .Values.frontend }}
59
- name: {{ $.Chart.Name }}-frontend
0 commit comments