EUGENIO SOUZA CARVALHO 3 years ago
parent
commit
26c08e83ce
1 changed files with 8 additions and 8 deletions
  1. 8 8
      templates/deployment.yaml

+ 8 - 8
templates/deployment.yaml

@@ -27,14 +27,14 @@ spec:
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           ports:
             - containerPort: 8000
-          livenessProbe:
-            httpGet:
-              path: /
-              port: http
-          readinessProbe:
-            httpGet:
-              path: /
-              port: http
+          # livenessProbe:
+          #   httpGet:
+          #     path: /
+          #     port: http
+          # readinessProbe:
+          #   httpGet:
+          #     path: /
+          #     port: http
 # {{ toYaml .Values.resources | indent 12 }}
 #     {{- with .Values.nodeSelector }}
 #       nodeSelector: