e6f08a933e
Add upstream stable helm charts for Elastic log monitoring: components: elasticsearch, filebeat, metricbeat, logstash, kibana. This enables build of monitor-helm which contains the helm charts required for the stx-monitor application. A Kibana patch is required for the Helm/Tiller issue with the checksum handling. The Elastic 7.x Apache 2.0 Licensed ("oss") images are included. These helm charts are included when performing: build-pkgs monitor-helm and requires stx-config: build-pkgs stx-monitor-helm build-helm-charts.sh --app stx-monitor Change-Id: Ic9a5b909dfbf60e39f98f3f14fe9bbac2de1d42b Depends-On: Id6e1180f2c4d6b736aaedd73430d0696ae9d0744 Story: 2005733 Task: 33413 Co-Authored-By: Kevin Smith <kevin.smith@windriver.com> Signed-off-by: John Kung <john.kung@windriver.com>
29 lines
964 B
Diff
29 lines
964 B
Diff
From 2315765024f82510212604d16eed37dfd69ff24c Mon Sep 17 00:00:00 2001
|
|
From: John Kung <john.kung@windriver.com>
|
|
Date: Thu, 2 May 2019 14:48:20 -0400
|
|
Subject: [PATCH 1/1] kibana: workaround checksum for configmap.yaml
|
|
|
|
---
|
|
stable/kibana/templates/deployment.yaml | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/stable/kibana/templates/deployment.yaml b/stable/kibana/templates/deployment.yaml
|
|
index 33208ea..33fc6f0 100644
|
|
--- a/stable/kibana/templates/deployment.yaml
|
|
+++ b/stable/kibana/templates/deployment.yaml
|
|
@@ -16,11 +16,6 @@ spec:
|
|
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
|
template:
|
|
metadata:
|
|
- annotations:
|
|
- checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
|
-{{- if .Values.podAnnotations }}
|
|
-{{ toYaml .Values.podAnnotations | indent 8 }}
|
|
-{{- end }}
|
|
labels:
|
|
app: {{ template "kibana.name" . }}
|
|
release: "{{ .Release.Name }}"
|
|
--
|
|
1.8.3.1
|
|
|