Fix SO startup problem 19/50719/1
authorBorislavG <Borislav.Glozman@amdocs.com>
Wed, 6 Jun 2018 15:36:09 +0000 (15:36 +0000)
committerBorislavG <Borislav.Glozman@amdocs.com>
Wed, 6 Jun 2018 15:37:52 +0000 (15:37 +0000)
SO healthcheck fails due to so db taking
long time to initialize.
Current solution: increase liveliness and readiness
timeouts to 300.
Issue-ID: OOM-1127
Change-Id: I18c77d1599769385245de6dceaacfc2c40cdeed3
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
kubernetes/so/charts/mariadb/values.yaml

index 186f825..6ea4386 100644 (file)
@@ -46,14 +46,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 90
+  initialDelaySeconds: 300
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 90
+  initialDelaySeconds: 300
   periodSeconds: 10
 
 ## Persist data to a persitent volume