summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components
AgeCommit message (Collapse)AuthorFilesLines
2020-10-20Merge "Update makefiles to use specific helm version"Krzysztof Opasiak1-6/+7
2020-10-16Update makefiles to use specific helm versionJakub Latusek1-6/+7
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
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-07Merge "[SDC] Update pod limits and timeouts"Sylvain Desbureaux15-108/+246
2020-10-05[SDC] Update pod limits and timeoutsChrisC15-108/+246
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-10-05Merge "[SDC] correct typo"Sylvain Desbureaux1-2/+2
2020-10-02[SDC] correct typoJakub Latusek1-2/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8 Issue-ID: OOM-2562
2020-09-29Merge "[SDC] Update SDC latest images for Guilin"Sylvain Desbureaux7-11/+11
2020-09-28[SDC] Update SDC latest images for GuilinChrisC7-11/+11
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-25[SDC] Use helm-push pluginJakub Latusek1-0/+5
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: Ib39a3846020292cc4087947356d9d8e6247905d7
2020-09-16[SDC] Deprecate DCAE-DSChrisC37-2490/+0
DCAE-DS is now deprecated (replaced by DCAE-MOD) - no need to maintain old charts Issue-ID: SDC-2642 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iba2f17ff22c73b668466abd638323e5b2914c959
2020-09-09[SDC] use of certInitializer templateChrisC94-0/+6060
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>