EUGENIO SOUZA CARVALHO 3 years ago
parent
commit
f29f814c74
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: /home
+              port: http
+          readinessProbe:
+            httpGet:
+              path: /home
+              port: http
 # {{ toYaml .Values.resources | indent 12 }}
 #     {{- with .Values.nodeSelector }}
 #       nodeSelector: