aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-command-executor/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13[COMMON] Remove hostPath entriesAndreas Geissler1-6/+0
As hostPath volumes violate Cluster policies, they are not allowed within pod definitions. In our case only the "etc/localtime" is mounted to get the timezone of the host, which is not required. Issue-ID: OOM-3287 Change-Id: I6c8c8ea4e982d7e95e73f5fed7fc07ed47ceaab7 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-2/+2
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler1-2/+1
Currently in ONAP the imagePullSecrets is hardcoded to 'onap-docker-registry-key' which is created by the repository-wrapper component. With this change the secrets can be configured via setting global.imagePullSecrets and optionally per image if it is configured as map (image.pullSecrets) Issue-ID: OOM-3284 Change-Id: I8644f9b46043b6014219c42928e057b149df43a4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler1-2/+2
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler1-0/+7
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-05-25[CDS] Chart cleanup from TLS/AAF optionsAndreas Geissler1-20/+7
Remove checks and add the usage of common templates Issue-ID: OOM-3113 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8e08f1cdd7aa29619a7928ffb6e32d81c2d1b802
2023-03-03[COMMON] Fix resources indentmiroslavmasaryk1-2/+1
Fix of resources template indent and therefore resources in components Issue-ID: OOM-3104 Signed-off-by: miroslavmasaryk <miroslav.masaryk@telekom.com> Change-Id: I825a3860db00cae4bb80b2aa2d82ac1a42b33124
2021-10-12[CDS] Add toggle for disabling command-executor blueprints PVCJozsef Csongvai1-0/+4
This PVC was used to share files between blueprintsprocessor and command-executor. Since version 1.1.1 it is no longer required and should be disabled by default. Added toggle for backward compatibility. Issue-ID: CCSDK-3490 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Id962b427a3f7ad2afe10d96454381f50732fa306
2021-09-07[CDS] Prometheus metrics for command-executorkuldipr1-0/+6
helm chart changes to enable the collection of metrics Issue-ID: OOM-2815 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I25a45d45d39a9ce7309f0f37ad277a41538a8c43
2021-06-10[CDS] Update chart with service accountfarida azmy1-0/+1
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2723 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446
2020-11-24[CDS] Uses new tpls for repos / imagesSylvain Desbureaux1-0/+97
This commit makes CDS chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8156c8b568054b7eacf333196d877e12f7a52216