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 6b21bf2 commit 24095c9Copy full SHA for 24095c9
helm-chart/templates/deployment.yaml
@@ -47,14 +47,14 @@ spec:
47
env:
48
- name: DJANGO_SETTINGS_MODULE
49
value: core.settings.docker
50
- livenessProbe:
51
- httpGet:
52
- path: /
53
- port: 8000
54
- readinessProbe:
55
56
57
+ # livenessProbe:
+ # httpGet:
+ # path: /
+ # port: 8000
+ # readinessProbe:
58
{{- end }}
59
{{- with .Values.frontend }}
60
- name: {{ $.Chart.Name }}-frontend
0 commit comments