Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit d7653b4

Browse files
committed
Add umbrella chart for logging stack
1 parent d3227db commit d7653b4

8 files changed

+59
-0
lines changed

helm/elastic-logging/Chart.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
appVersion: 6.6.1
3+
description: Logging stack with Elasticsearch, fluentd and Kibana -- testing
4+
name: elastic-logging
5+
version: 0.1.3
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.92 KB
Binary file not shown.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dependencies:
2+
- name: elasticsearch
3+
repository: file://../../../helm-elasticsearch/helm/elasticsearch
4+
version: 0.1.6
5+
- name: fluentd-elasticsearch
6+
repository: file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch
7+
version: 0.1.3
8+
- name: kibana
9+
repository: file://../../../helm-kibana/helm/kibana
10+
version: 0.1.3
11+
- name: keycloak-gatekeeper
12+
repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
13+
version: 1.1.1-1
14+
digest: sha256:a59b10ac7ac69f281e8137c9374319dae6fcbb439a5622b46b98cbf50ca7bd30
15+
generated: 2019-04-28T17:07:33.599364745+02:00
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
dependencies:
2+
- name: elasticsearch
3+
version: "0.1.6"
4+
# repository: https://giantswarm.github.com/sample-catalog
5+
repository: "file://../../../helm-elasticsearch/helm/elasticsearch"
6+
condition: elasticsearch.enabled
7+
8+
- name: fluentd-elasticsearch
9+
version: "0.1.3"
10+
# repository: https://giantswarm.github.com/sample-catalog
11+
repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch"
12+
condition: fluentd-elasticsearch.enabled
13+
14+
- name: kibana
15+
version: "0.1.3"
16+
# repository: https://giantswarm.github.com/sample-catalog
17+
repository: file://../../../helm-kibana/helm/kibana
18+
condition: kibana.enabled
19+
20+
- name: keycloak-gatekeeper
21+
version: "1.1.1-1"
22+
# repository: https://giantswarm.github.com/sample-catalog
23+
repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
24+
condition: keycloak-gatekeeper.enabled

helm/elastic-logging/values.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
elasticsearch:
2+
enabled: true
3+
# for options see ..
4+
5+
kibana:
6+
enabled: true
7+
# for options see ..
8+
9+
keycloak-gatekeeper:
10+
enabled: true
11+
# for options see ..
12+
13+
fluentd-elasticsearch:
14+
enabled: true
15+
# for options see ..

0 commit comments

Comments
 (0)