catalog/stable/promcord/4.0.23/ix_values.yaml

45 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/promcord
tag: latest@sha256:a5e5ffd524ccd45f7312f57fd6875ed59be4ece6e591dc95f8727e0ee9b2bd14
pullPolicy: IfNotPresent
service:
main:
ports:
main:
enabled: false
metrics:
enabled: true
port: 10101
targetPort: 8080
# env:
# DISCORD_TOKEN:
metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: false
serviceMonitor:
interval: 1m
scrapeTimeout: 30s
labels: {}
# -- Enable and configure Prometheus Rules for the chart under this key.
# @default -- See values.yaml
prometheusRule:
enabled: false
labels: {}
# -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml
rules:
[]
# - alert: PromcordAbsent
# annotations:
# description: Promcord has disappeared from Prometheus service discovery.
# summary: Promcord is disabled.
# expr: |
# absent(up{job=~".promcord.*"} == 1)
# for: 15m
# labels:
# severity: critical