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
@@ -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
+14 -13
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
+1 -1
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