From 424fe430b39bafc7ea53bea59c7dc5278a7592c9 Mon Sep 17 00:00:00 2001 From: ameydev Date: Mon, 31 May 2021 19:46:59 +0530 Subject: [PATCH] Added recipe for elasticsearch. --- recipes/elasticsearch.yaml | 16 ++++++++++++++++ recipes/kibana.yaml | 10 ++++++++++ recipes/logstash.yaml | 10 ++++++++++ 3 files changed, 36 insertions(+) create mode 100644 recipes/elasticsearch.yaml create mode 100644 recipes/kibana.yaml create mode 100644 recipes/logstash.yaml diff --git a/recipes/elasticsearch.yaml b/recipes/elasticsearch.yaml new file mode 100644 index 0000000..46f319c --- /dev/null +++ b/recipes/elasticsearch.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: kbrew +app: + args: + replicas: 1 + repository: + name: elastic + url: https://helm.elastic.co + type: helm + namespace: "" + sha256: + version: 7.13.0 + post_install: + - apps: + - kibana + - logstash diff --git a/recipes/kibana.yaml b/recipes/kibana.yaml new file mode 100644 index 0000000..59fb375 --- /dev/null +++ b/recipes/kibana.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: kbrew +app: + repository: + name: elastic + url: https://helm.elastic.co + type: helm + namespace: "" + sha256: + version: 7.13.0 diff --git a/recipes/logstash.yaml b/recipes/logstash.yaml new file mode 100644 index 0000000..59fb375 --- /dev/null +++ b/recipes/logstash.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: kbrew +app: + repository: + name: elastic + url: https://helm.elastic.co + type: helm + namespace: "" + sha256: + version: 7.13.0