aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-kibana/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak2-4/+4
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-11-28Add ingress controler support to POMBALucjan Bryndza1-0/+1
Issue-ID: OOM-2184 Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
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)2-3/+35
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 Barsky3-0/+238
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>