aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-be/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-09[SDC] Update SDC to 1.9.3MichaelMorris1-2/+2
Updating SDC images for Istanbul M4. Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: Ifbba120ef5fd1284a28703260169ab44b6a2bc58
2021-06-10[SDC] Update chart with service accountfarida azmy1-0/+6
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2717 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I57a398865c2dea8dd5989dc2e9d80843bfabd3b5
2021-05-28[SDC] Update SDC to 1.9.0Joanna Jeremicz1-3/+3
- Add variables and default values needed for communication between SDC and helm-validator microservice. - Correct jetty paths - Update SDC to 1.9.0. Issue-ID: SDC-3185 Change-Id: Id054124a9f5e183597acbc81df79535aff517a1f Signed-off-by: xuegao <xue.gao@intl.att.com> Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2021-05-13Merge "[SDC] Use Startup probes"Krzysztof Opasiak1-2/+13
2021-05-05[SDC] Use Startup probesSylvain Desbureaux1-2/+13
Instead of long initial delay on readiness and liveness probes, use startup probes and be more aggressive on readiness and liveness. Issue-ID: OOM-2743 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibde8d10dad150fcad5740533d0bdd0926a44ccc1
2021-05-03[SDC] Simplify cert retrieval scriptSylvain Desbureaux1-3/+3
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I609be11acfcb4895354dd049839af3cffb48bcbd
2021-04-24[SDC] Update SDC to 1.8.5ChrisC1-2/+2
Bugfixes only for Honolulu RC2 including SDC-3557 SDC-3551 SDC-3545 SDC-3533 SDC-3528 Issue-ID: SDC-3555 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie48ae7e04a755f84831b7f436a6c4ddbf14e4b8c
2021-03-21[SDC] Update containers to 1.8.4ChrisC1-2/+2
Updating SDC to Honolulu released containers. Issue-ID: SDC-3519 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Icac7469bdf9b8f283b76b86fa6fbae9c988e6051
2020-11-24[SDC] Uses new tpls for repos / imagesSylvain Desbureaux1-4/+1
This commit makes SDC chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I91eb59675ef0080f67aced0ae99c238143461efe
2020-11-18[SDC] Release 1.7.3 imagessebdet1-2/+2
Release the 1.7.3 images for all sdc components Issue-ID: SDC-3364 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Icd873c8d5a2147e62938bf7fdd6da7b60bcf3c59
2020-10-30[SDC] Update images for Guilin RC1ChrisC1-2/+2
Released images 1.7.2 updated for RC1 Issue-ID: SDC-3323 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I78c928a7ae1840545da7c002d512ddc94ea5346c
2020-10-14[SDC] Fix MSB annotation for sdc-be service portSatoshi Fujii1-1/+2
Currently sdc-be 8080(http) port is disabled and no longer used, but the MSB annotation still points to that port so an issue occurs when a client tries to communicate with SDC via MSB. This will change the service port to 8443(https) in the annotation, and also pass 'enable_ssl' param so that MSB will use https scheme in proxying communication. Issue-ID: SDC-3314 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I0f11fbe55fb21048571b657249b01065a2c0b443
2020-10-05[SDC] Update pod limits and timeoutsChrisC1-4/+4
Add missing common flavor limits (and revisit some values) Add fixed limits for single job containers and init containers (no need to have these configurable I think) Reworked timeouts Issue-ID: SDC-3282 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I2eb7122eed370978876ac496a68eebb51421595a
2020-09-28[SDC] Update SDC latest images for GuilinChrisC1-2/+2
Bump sdc images to 1.7 version Issue-ID: SDC-3076 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I496ee4f63def228cca5783127d69aee08028c27f Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2020-09-09[SDC] use of certInitializer templateChrisC1-0/+154
Auto SSL certificates generation through certInitializer template for SDC Refactor to components Issue-ID: SDC-3172 Change-Id: I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa Signed-off-by: ChrisC <christophe.closset@intl.att.com>