fix: correct grafana dashboard label
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user