Skip to content

Commit 424fe43

Browse files
author
ameydev
committed
Added recipe for elasticsearch.
1 parent a3ed9a7 commit 424fe43

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

recipes/elasticsearch.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: v1
2+
kind: kbrew
3+
app:
4+
args:
5+
replicas: 1
6+
repository:
7+
name: elastic
8+
url: https://helm.elastic.co
9+
type: helm
10+
namespace: ""
11+
sha256:
12+
version: 7.13.0
13+
post_install:
14+
- apps:
15+
- kibana
16+
- logstash

recipes/kibana.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: kbrew
3+
app:
4+
repository:
5+
name: elastic
6+
url: https://helm.elastic.co
7+
type: helm
8+
namespace: ""
9+
sha256:
10+
version: 7.13.0

recipes/logstash.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: kbrew
3+
app:
4+
repository:
5+
name: elastic
6+
url: https://helm.elastic.co
7+
type: helm
8+
namespace: ""
9+
sha256:
10+
version: 7.13.0

0 commit comments

Comments
 (0)