mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
d89e1753f4
commit
f62797031f
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user