aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-wfd-be/templates
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10[SDC] Update chart with service accountfarida azmy1-0/+1
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-05[SDC] Use Startup probesSylvain Desbureaux1-0/+11
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
2020-11-24[SDC] Uses new tpls for repos / imagesSylvain Desbureaux2-4/+4
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-10-21[SDC] change comment styleJakub Latusek3-0/+6
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I46aa2a84b2da0e7a09679d9af667bee1788e9f29 Issue-ID: OOM-2562
2020-10-05[SDC] Update pod limits and timeoutsChrisC2-30/+48
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-09[SDC] use of certInitializer templateChrisC6-0/+274
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>