aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-kibana/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24[POMBA] Uses new tpls for repos / imagesSylvain Desbureaux1-157/+0
This commit makes Pomba 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: Ib94d70d7eb0af5835774719851046ada0af96202
2020-10-21[POMBA] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I8c8f00e22a39113e5f3daf8d04204a99eab8139d Issue-ID: OOM-2562
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+2
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-2/+2
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-03-25Fix eleastisearch field limitNorm Traxler1-38/+0
Issue-ID: LOG-1030 Change-Id: I5cad4758907ad1df55761c883693ba0571ab7de0 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-12-19Enable HTTPS in kibanaLeigh, Phillip (pl876u)1-3/+19
Issue-ID: LOG-517 Change-Id: I450547b232108ffa6faa1c3dca1d42a269f2b0e4 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2018-11-13Kibana is missing Violations/Validation DashboardsTait,Trevor(rt0435)1-1/+0
Issue-ID: LOG-810 Change-Id: I847a412998c91aa5dc2b2b0c7b71f7536edeab96 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-10-23Add missing resource limits to POMBA podsjmac1-0/+1
Add missing pod dependencies Change-Id: Id976b00e6e0d0c325d93f3e3b77b757e2c72b378 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1465
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-08-01Add pomba elasticsearch new charts for POMBAGeora Barsky1-0/+177
Adding elasticsearch deployment artifact to POMBA charts Change-Id: I5d1d5675ca610315f6dd91caab5920edf3ff9318 Issue-ID: LOG-573 Signed-off-by: Geora Barsky <georab@amdocs.com> Add pomba kibana chart for POMBA deployment Adding new kibana deployment artifacts for pomba Issue-ID: LOG-573 Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef Signed-off-by: Geora Barsky <georab@amdocs.com> Use elasticsearch dump tool Use elasticsearch dump tool to import index-patterns Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef Issue-ID: LOG-573 Signed-off-by: Geora Barsky <georab@amdocs.com>