fix: correct grafana dashboard label

This commit is contained in:
Kjeld Schouten 2024-02-27 18:17:01 +01:00
parent d66746cae5
commit 3ba099011a
9 changed files with 54 additions and 21 deletions

View File

@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
version: 13.1.3
version: 13.2.1

View File

@ -296,11 +296,21 @@ k8sgateway:
options:
- name: tls_servername
value: cloudflare-dns.com
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
blocky.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics:
main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: false
enabled: true
type: "servicemonitor"
endpoints:
- port: main
@ -322,6 +332,9 @@ metrics:
# for: 5m
# labels:
# severity: critical
redis:
enabled: true
# CANNOT be defined in above yaml section
@ -342,4 +355,4 @@ cnpg:
enabled: false
user: blocky
database: blocky
updated: true

View File

@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://github.com/truecharts/containers/tree/master/apps/traefik
type: application
version: 26.1.3
version: 26.2.1

View File

@ -119,14 +119,25 @@ logs:
format: common
metrics:
main:
enabled: false
enabled: true
type: servicemonitor
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
globalArguments:
- "--global.checknewversion"
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
traefik.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
##
# -- Additional arguments to be passed at Traefik's binary
# All available options available on https://docs.traefik.io/reference/static-configuration/cli/

View File

@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager
- https://github.com/truecharts/containers/tree/master/apps/alpine
type: application
version: 4.1.4
version: 4.1.6

View File

@ -1,5 +1,5 @@
image:
repository: tccr.io/tccr/alpine
repository: tccr.io/tccr/scratch
pullPolicy: IfNotPresent
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
@ -21,22 +21,23 @@ portal:
operator:
register: true
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
cert-manager.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
certmanager:
dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
dns01RecursiveNameserversOnly: false
installCRDs: true
enableCertificateOwnerRef: true
prometheus:
enabled: true
servicemonitor:
enabled: true
metrics:
main:
enabled: false
type: "podmonitor"
endpoints:
- port: main
interval: 5s
scrapeTimeout: 5s
path: /
honorLabels: false
manifestManager:
enabled: false

View File

@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg
- https://github.com/truecharts/containers/tree/master/apps/alpine
type: application
version: 6.1.3
version: 6.2.1

View File

@ -37,4 +37,4 @@ sources:
- https://ghcr.io/onedr0p/prowlarr-develop
- https://ghcr.io/onedr0p/exportarr
type: application
version: 15.2.1
version: 15.3.1

View File

@ -91,6 +91,14 @@ persistence:
exportarr:
mountPath: /config
readOnly: true
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
prowlarr.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics:
main:
enabled: true