2021-11-23 20:36:27 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/promcord
|
2022-07-25 18:36:51 +00:00
|
|
|
tag: latest@sha256:7a8bc4a5106cafcf6d7b7a8deba3c7d842654c0a135edb960828ead7927d40a7
|
2021-11-23 20:36:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
2021-11-28 10:38:54 +00:00
|
|
|
port: 10101
|
|
|
|
targetPort: 8080
|
2021-11-23 20:36:27 +00:00
|
|
|
|
2022-06-17 08:24:54 +00:00
|
|
|
# env:
|
|
|
|
# DISCORD_TOKEN:
|
2021-11-23 20:36:27 +00:00
|
|
|
|
|
|
|
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
|
2022-07-22 18:23:01 +00:00
|
|
|
rules:
|
|
|
|
[]
|
2021-11-23 20:36:27 +00:00
|
|
|
# - 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
|