43 lines
776 B
YAML
43 lines
776 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: metalmatze/alertmanager-bot
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.4.2
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment varaibles in the alertmanager-botdocumentation
|
|
# https://github.com/metalmatze/alertmanager-bot
|
|
env:
|
|
STORE: bolt
|
|
BOLT_PATH: /data/bot.db
|
|
# ALERTMANAGER_URL:
|
|
# TELEGRAM_ADMIN:
|
|
# TELEGRAM_TOKEN:
|
|
|
|
service:
|
|
enabled: false
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
data:
|
|
enabled: false
|
|
emptyDir: false
|