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

+ 2 - 2
templates/deployment.yaml

@@ -30,11 +30,11 @@ spec:
           livenessProbe:
             httpGet:
               path: /home
-              port: http
+              port: 8000
           readinessProbe:
             httpGet:
               path: /home
-              port: http
+              port: 8000
 # {{ toYaml .Values.resources | indent 12 }}
 #     {{- with .Values.nodeSelector }}
 #       nodeSelector: