- SO was not running stable with liveness probe intervals
of 20 seconds
Issue-ID: SO-4147
Change-Id: I574165c0c583e4cc2a518ff4f79d5d6e4ff2fce4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
startupProbe:
path: /manage/health
scheme: HTTP
- periodSeconds: 3
- timeoutSeconds: 3
+ periodSeconds: 5
+ timeoutSeconds: 5
successThreshold: 1
- failureThreshold: 200
+ failureThreshold: 120
livenessProbe:
path: /manage/health
scheme: HTTP
- periodSeconds: 20
+ periodSeconds: 60
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3