2021-11-23 20:36:27 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/promcord
|
2021-12-03 14:07:49 +00:00
|
|
|
tag: latest@sha256:ba9bee8d89b3ce86ca55d1bd29e13deb31f73a004991b17d8d80c73f2cc1c03c
|
2021-11-23 20:36:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
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
|
|
|
|
|
|
|
# -- environment variables. See [application docs](https://github.com/nimarion/promcord/blob/master/README.md) for more details.
|
|
|
|
# @default -- See below
|
2021-11-24 23:02:45 +00:00
|
|
|
env: {}
|
2021-11-23 20:36:27 +00:00
|
|
|
# -- Discord bot token
|
|
|
|
# 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
|