diff --git a/deployment/app-demo-deployment.yaml b/deployment/app-demo-deployment.yaml index 10e40bc..1acf2f4 100644 --- a/deployment/app-demo-deployment.yaml +++ b/deployment/app-demo-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: app-demo spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 3 selector: matchLabels: @@ -36,13 +36,13 @@ spec: httpGet: path: / port: 8000 - initialDelaySeconds: 60 + initialDelaySeconds: 10 periodSeconds: 10 failureThreshold: 3 readinessProbe: httpGet: path: / port: 8000 - initialDelaySeconds: 60 + initialDelaySeconds: 10 periodSeconds: 10 failureThreshold: 3