diff --git a/deploy/df-wiki/templates/deployment.yaml b/deploy/df-wiki/templates/deployment.yaml
index fbb5031e1d9fa1777e2766b292edf0547643f0a5..df7f2fc7d04af0d815a51e188e6a6f6ad97c6ef9 100644
--- a/deploy/df-wiki/templates/deployment.yaml
+++ b/deploy/df-wiki/templates/deployment.yaml
@@ -39,14 +39,14 @@ spec:
             - name: http
               containerPort: {{ .Values.service.port }}
               protocol: TCP
-          livenessProbe:
-            httpGet:
-              path: /wiki/
-              port: http
-          readinessProbe:
-            httpGet:
-              path: /wiki/
-              port: http
+          # livenessProbe:
+          #   httpGet:
+          #     path: /wiki/
+          #     port: http
+          # readinessProbe:
+          #   httpGet:
+          #     path: /wiki/
+          #     port: http
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
           volumeMounts: