aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/components/multicloud-fcaps/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
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>
2023-03-09[MULTICLOUD] Cleanup charts and add Ingress configsAndreas Geissler1-83/+67
Remove AAF/TLS configurations and enable NodePort/Ingress configuration for MC services Issue-ID: OOM-3117 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I9e3c7dfa3b15202a6e0f4cad7a3cdf616198e644
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
2022-09-14[MULTICLOUD] Service mesh compatibilityAndreas Geissler1-6/+6
Patch on MC charts dedicated to make http/https calls depending on configuration for TLS. Include an updated version of the framework-artifactbroker Issue-ID: OOM-3015 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I03deae9dcea703540fe6e3a81ddba20505f246f1
2022-04-07[MULTICLOUD] Changes for Jakarta releaseBin Yang1-0/+3
Rebase and remove packages which has GPLv3 dependency issue Update log to redirect to stdout Issue-ID: MULTICLOUD-1224 Issue-ID: MULTICLOUD-1450 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Id850bbe9cd51a4bce6eb0fe0cfc8274b04acf41e
2021-11-17[MULTICLOUD] Use log templateMaciej Wereski1-17/+3
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I22bcac642e1f9607dc4e65e2b8b34c946b3c29cb
2021-11-03[MULTICLOUD] Update chart with service accountfarida azmy1-1/+1
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2862 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ia20fb51256e20e6582a2b9e0d89159742992fea4
2020-11-23[MULTICLOUD] Uses new tpls for repos / imagesSylvain Desbureaux1-0/+117
This commit makes Multicloud 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: I34049a733bddc6faf7a68e4c768c447b6c2e34b1