[Elastalert] set replicas count in deployment file (#5555)

* set replicas count in deployment file

* Update Chart.yaml

* Update Chart.yaml

* Update values.yaml
This commit is contained in:
Giancarlo Rubio
2018-05-17 14:28:02 -07:00
committed by k8s-ci-robot
parent d89e1753f4
commit f62797031f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 }}
{{- end }}
+1 -1
View File
@@ -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: {}