diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-17 01:19:37 -0400 |
---|---|---|
committer | Yang Xu <yang.xu@futurewei.com> | 2019-06-17 01:19:55 -0400 |
commit | 435062b16195339dc99aa29c6606074e165726f4 (patch) | |
tree | ab3a441fb053d0433a677d526478a41efad46158 | |
parent | 8560854064a5647e3a7ba1fee39ec7cc2c94c113 (diff) |
Increase initial delay time for CDS pods
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: OOM-1931
Change-Id: I338622dbe7a2adfa9ae00f3e8c14157cb4181236
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 4 | ||||
-rwxr-xr-x | kubernetes/cds/charts/cds-controller-blueprints/values.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml index 51e8e5bed1..a2e3da688f 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@ -59,14 +59,14 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 service: diff --git a/kubernetes/cds/charts/cds-controller-blueprints/values.yaml b/kubernetes/cds/charts/cds-controller-blueprints/values.yaml index c924b2bd5c..b629c5109a 100755 --- a/kubernetes/cds/charts/cds-controller-blueprints/values.yaml +++ b/kubernetes/cds/charts/cds-controller-blueprints/values.yaml @@ -58,14 +58,14 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 service: |