Fix SDNC portal liveness initialDelaySeconds
[oom.git] / kubernetes / sdnc / charts / sdnc-portal / values.yaml
index e741db3..75fbae6 100644 (file)
@@ -50,7 +50,7 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 60
+  initialDelaySeconds: 180
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container