mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Updated image for Elasticsearch 6 support, removed supervisord since k8s deployments provide that capability already, and added apiVersion to support helm upgrades * added new dockerfile source repo to sources list for the Helm chart * removed obsolete repo from helm Chart source list * conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot * conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot * change maintainer format
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
# number of replicas to run
|
|
replicaCount: 1
|
|
# number of helm release revisions to retain
|
|
revisionHistoryLimit: 5
|
|
|
|
# Default internal between alert checks against the elasticsearch datasource, in minutes
|
|
runIntervalMins: 1
|
|
|
|
# Default rule buffer duration, in minutes
|
|
bufferTimeMins: 15
|
|
|
|
image:
|
|
# docker image
|
|
repository: jertel/elastalert-docker
|
|
# docker image tag
|
|
tag: 0.1.29
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
elasticsearch:
|
|
# elasticsearch endpoint e.g. (svc.namespace||svc)
|
|
host: ""
|
|
# elasticsearch port
|
|
port: 80
|
|
|
|
# rule configurations e.g. (http://elastalert.readthedocs.io/en/latest/)
|
|
rules: {}
|
|
# deadman_slack: |-
|
|
# ---
|
|
# name: Deadman Switch Slack
|
|
# type: frequency
|
|
# index: containers-*
|
|
# num_events: 3
|
|
# timeframe:
|
|
# minutes: 3
|
|
# filter:
|
|
# - term:
|
|
# message: "deadmanslack"
|
|
# alert:
|
|
# - "slack"
|
|
# slack:
|
|
# slack_webhook_url: dummy
|
|
# deadman_pagerduty: |-
|
|
# ---
|
|
# name: Deadman Switch PagerDuty
|
|
# type: frequency
|
|
# index: containers-*
|
|
# num_events: 3
|
|
# timeframe:
|
|
# minutes: 3
|
|
# filter:
|
|
# - term:
|
|
# message: "deadmanpd"
|
|
# alert:
|
|
# - "pagerduty"
|
|
# pagerduty:
|
|
# pagerduty_service_key: dummy
|
|
# pagerduty_client_name: Elastalert Deadman Switch
|