diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2021-04-28 17:04:57 -0400 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-03 13:07:11 +0000 |
commit | 08515b79a76d6e077ef28e157fcffeec22dc2ad2 (patch) | |
tree | 83bb55521fa3d2df48181d5664426c5f4446fd48 /kubernetes/cds/components/cds-py-executor | |
parent | e8c5c68a932eb38b2d9f8ef8160ccffdc7a00a89 (diff) |
[CDS] Add startup probe
When cds runs in cluster mode it needs longer startup time.
Also bump image tags to 1.1.4, and change defaults to disable
cluster mode and set replicas=1
Issue-ID: CCSDK-3275
Change-Id: Iec2eaeb2edf0cc2f9b29e35431d0e642e3b6d998
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Diffstat (limited to 'kubernetes/cds/components/cds-py-executor')
-rwxr-xr-x | kubernetes/cds/components/cds-py-executor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/components/cds-py-executor/values.yaml b/kubernetes/cds/components/cds-py-executor/values.yaml index dfc7e59dda..af042c1605 100755 --- a/kubernetes/cds/components/cds-py-executor/values.yaml +++ b/kubernetes/cds/components/cds-py-executor/values.yaml @@ -30,7 +30,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/ccsdk-py-executor:1.1.2 +image: onap/ccsdk-py-executor:1.1.4 pullPolicy: Always # default number of instances |