From f62797031fa91e485cd22f84e08bbe655ac651a8 Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Thu, 17 May 2018 23:28:02 +0200 Subject: [PATCH] [Elastalert] set replicas count in deployment file (#5555) * set replicas count in deployment file * Update Chart.yaml * Update Chart.yaml * Update values.yaml --- stable/elastalert/Chart.yaml | 2 +- stable/elastalert/templates/deployment.yaml | 4 ++-- stable/elastalert/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index 13b7362b56..fdba219b41 100644 --- a/stable/elastalert/Chart.yaml +++ b/stable/elastalert/Chart.yaml @@ -1,6 +1,6 @@ description: ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. name: elastalert -version: 0.2.1 +version: 0.2.2 appVersion: 0.1.30 home: https://github.com/Yelp/elastalert icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg diff --git a/stable/elastalert/templates/deployment.yaml b/stable/elastalert/templates/deployment.yaml index f2cddf9323..d6bb042911 100644 --- a/stable/elastalert/templates/deployment.yaml +++ b/stable/elastalert/templates/deployment.yaml @@ -9,7 +9,7 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - replicas: 1 + replicas: {{ .Values.replicaCount }} revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} template: metadata: @@ -48,4 +48,4 @@ spec: items: - key: elastalert_config path: elastalert_config.yaml -{{- end }} \ No newline at end of file +{{- end }} diff --git a/stable/elastalert/values.yaml b/stable/elastalert/values.yaml index 44c605daf7..3d247a865a 100644 --- a/stable/elastalert/values.yaml +++ b/stable/elastalert/values.yaml @@ -23,7 +23,7 @@ elasticsearch: # elasticsearch port port: 80 # whether or not to connect to es_host using TLS - useSsl: False + useSsl: "False" # rule configurations e.g. (http://elastalert.readthedocs.io/en/latest/) rules: {}