diff options
Diffstat (limited to 'kubernetes/deployment.yaml')
-rw-r--r-- | kubernetes/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/deployment.yaml b/kubernetes/deployment.yaml index 6f22adb..7cb9ce0 100644 --- a/kubernetes/deployment.yaml +++ b/kubernetes/deployment.yaml @@ -17,14 +17,14 @@ spec: path: /ping port: 80 scheme: HTTP - initialDelaySeconds: 15 + initialDelaySeconds: 10 timeoutSeconds: 2 readinessProbe: httpGet: path: /ready port: 80 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 12 timeoutSeconds: 1 resources: requests: |