aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-fe/values.yaml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-10-02 09:50:19 -0500
committerBrian Freeman <bf1936@att.com>2019-10-02 09:50:30 -0500
commit6142d94779e6a57e01833bdb1dba14b183f9a806 (patch)
treedabae04944d26f09dee35e359b597dd0af99069a /kubernetes/sdc/charts/sdc-fe/values.yaml
parent5052c3871190e6ea73c71c69081fcfc38b713ed6 (diff)
Increase liness/readiness timeout and period
Issue-ID: OOM-2059 Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-fe/values.yaml')
-rw-r--r--kubernetes/sdc/charts/sdc-fe/values.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/sdc/charts/sdc-fe/values.yaml b/kubernetes/sdc/charts/sdc-fe/values.yaml
index 6831555a44..8878f1a0b6 100644
--- a/kubernetes/sdc/charts/sdc-fe/values.yaml
+++ b/kubernetes/sdc/charts/sdc-fe/values.yaml
@@ -51,14 +51,16 @@ affinity: {}
# probe configuration parameters
liveness:
initialDelaySeconds: 10
- periodSeconds: 10
+ periodSeconds: 60
+ timeoutSeconds: 15
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
readiness:
initialDelaySeconds: 10
- periodSeconds: 10
+ periodSeconds: 60
+ timeoutSeconds: 15
service:
#Example service definition with external, internal and node ports.