diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 0a819445..0d2fc770 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -5,11 +5,11 @@ metadata: namespace: prop spec: replicas: 3 - minReadySeconds: 10 + minReadySeconds: 5 strategy: type: RollingUpdate rollingUpdate: - maxSurge: 0 + maxSurge: 1 maxUnavailable: 1 selector: matchLabels: @@ -67,9 +67,9 @@ spec: httpGet: path: /health port: 5000 - initialDelaySeconds: 10 - periodSeconds: 5 - failureThreshold: 12 + initialDelaySeconds: 5 + periodSeconds: 3 + failureThreshold: 10 timeoutSeconds: 3 readinessProbe: httpGet: