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
+1 -1
View File
@@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway - https://quay.io/oriedge/k8s_gateway
type: application type: application
version: 13.1.3 version: 13.2.1
+15 -2
View File
@@ -296,11 +296,21 @@ k8sgateway:
options: options:
- name: tls_servername - name: tls_servername
value: cloudflare-dns.com value: cloudflare-dns.com
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
blocky.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics: metrics:
main: main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
enabled: false enabled: true
type: "servicemonitor" type: "servicemonitor"
endpoints: endpoints:
- port: main - port: main
@@ -322,6 +332,9 @@ metrics:
# for: 5m # for: 5m
# labels: # labels:
# severity: critical # severity: critical
redis: redis:
enabled: true enabled: true
# CANNOT be defined in above yaml section # CANNOT be defined in above yaml section
@@ -342,4 +355,4 @@ cnpg:
enabled: false enabled: false
user: blocky user: blocky
database: blocky database: blocky
updated: true
+1 -1
View File
@@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik - https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://github.com/truecharts/containers/tree/master/apps/traefik - https://github.com/truecharts/containers/tree/master/apps/traefik
type: application type: application
version: 26.1.3 version: 26.2.1
+12 -1
View File
@@ -119,14 +119,25 @@ logs:
format: common format: common
metrics: metrics:
main: main:
enabled: false enabled: true
type: servicemonitor type: servicemonitor
endpoints: endpoints:
- port: metrics - port: metrics
path: /metrics path: /metrics
targetSelector: metrics targetSelector: metrics
globalArguments: globalArguments:
- "--global.checknewversion" - "--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 # -- Additional arguments to be passed at Traefik's binary
# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ # All available options available on https://docs.traefik.io/reference/static-configuration/cli/
+1 -1
View File
@@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 4.1.4 version: 4.1.6
+14 -13
View File
@@ -1,5 +1,5 @@
image: image:
repository: tccr.io/tccr/alpine repository: tccr.io/tccr/scratch
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
@@ -21,22 +21,23 @@ portal:
operator: operator:
register: true register: true
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
cert-manager.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
certmanager: certmanager:
dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
dns01RecursiveNameserversOnly: false dns01RecursiveNameserversOnly: false
installCRDs: true installCRDs: true
enableCertificateOwnerRef: 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
+1 -1
View File
@@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg - https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 6.1.3 version: 6.2.1
+1 -1
View File
@@ -37,4 +37,4 @@ sources:
- https://ghcr.io/onedr0p/prowlarr-develop - https://ghcr.io/onedr0p/prowlarr-develop
- https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/exportarr
type: application type: application
version: 15.2.1 version: 15.3.1
+8
View File
@@ -91,6 +91,14 @@ persistence:
exportarr: exportarr:
mountPath: /config mountPath: /config
readOnly: true readOnly: true
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
prowlarr.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics: metrics:
main: main:
enabled: true enabled: true