Skip to content

Commit

Permalink
Added recipe for elasticsearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameydev committed May 31, 2021
1 parent a3ed9a7 commit 424fe43
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions recipes/elasticsearch.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions recipes/kibana.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions recipes/logstash.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 424fe43

Please sign in to comment.