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

+ 2 - 2
templates/deployment.yaml

@@ -27,11 +27,11 @@ spec:
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           ports:
             - containerPort: 8000
-          livenessProbe:
+          readinessProbe:
             httpGet:
               path: /home
               port: 8000
-          readinessProbe:
+          livenessProbe:
             httpGet:
               path: /home
               port: 8000