aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-onboarding-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-28[SDC] Update SDC to 1.9.0Joanna Jeremicz1-13/+13
- 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-1/+14
2021-05-05[SDC] Use Startup probesSylvain Desbureaux1-1/+14
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] Fix image nameSylvain Desbureaux1-1/+1
One of SDC onboarding fe image is using the old way. Change it to the right way. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8
2020-11-24[SDC] Uses new tpls for repos / imagesSylvain Desbureaux2-6/+6
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-22[SDC] Bring back sdc onboarding volume mount permissionsKrzysztof Kuzmicki1-0/+21
Set the permissions of files in the sdc onboarding backend persistent volume for package certs to enable access by the process in the pod which now runs as non-root user (since SDC-2798) Withdrawal of part of the change I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa Commit https://gerrit.onap.org/r/c/oom/+/111513 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: SDC-3385 Change-Id: I627922f80728ebf1e42a0c9b39d0e95fa3f7ec7c
2020-11-04[SDC] Re-enable the cert storagesebdet3-0/+86
Re-enable the cert storage for secure package of the onboarding be Issue-ID: SDC-3361 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Signed-off-by: Xue Gao <xg353y@intl.att.com> Change-Id: I4325ebdaa2c52432150097032974e11668731492
2020-10-21[SDC] change comment styleJakub Latusek4-0/+8
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-2/+38
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 templateChrisC5-0/+368
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>