Commit 4202969d authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Added support for kibana and elastic

parent 8ac415db
......@@ -124,6 +124,34 @@ locals {
}
}
elasticsearch = {
#https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md
namespace = "elasticsearch"
chart = "elasticsearch"
repository = "https://helm.elastic.co"
version = "7.15.0"
max_history = 3,
force = true,
values = {
file = [],
set = {}
}
}
kibana = {
#https://github.com/elastic/helm-charts/blob/main/kibana/README.md
namespace = "elasticsearch"
chart = "kibana"
repository = "https://helm.elastic.co"
version = "7.15.0"
max_history = 3,
force = true,
values = {
file = [],
set = {}
}
}
cluster-autoscaler = {
namespace = "kube-system"
chart = "cluster-autoscaler"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment