added grafana iframe, minor changes
This commit is contained in:
@@ -404,6 +404,12 @@ data:
|
|||||||
type: uptimekuma
|
type: uptimekuma
|
||||||
url: http://uptimekuma.uptimekuma-system.svc.cluster.local:3001
|
url: http://uptimekuma.uptimekuma-system.svc.cluster.local:3001
|
||||||
slug: homepage
|
slug: homepage
|
||||||
|
- Grafana Overview:
|
||||||
|
icon: grafana.png
|
||||||
|
widget:
|
||||||
|
type: iframe
|
||||||
|
src: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk
|
||||||
|
classes: h-96 # adjust height as needed
|
||||||
|
|
||||||
# Widgets configuration
|
# Widgets configuration
|
||||||
widgets.yaml: |
|
widgets.yaml: |
|
||||||
@@ -435,6 +441,13 @@ data:
|
|||||||
total: true
|
total: true
|
||||||
labels: true
|
labels: true
|
||||||
nodes: false
|
nodes: false
|
||||||
|
- openmeteo:
|
||||||
|
label: Budapest
|
||||||
|
latitude: 47.503012
|
||||||
|
longitude: 19.088314
|
||||||
|
timezone: Europe/Budapest
|
||||||
|
units: metric
|
||||||
|
cache: 5
|
||||||
- search:
|
- search:
|
||||||
provider: duckduckgo
|
provider: duckduckgo
|
||||||
target: _blank
|
target: _blank
|
||||||
|
|||||||
@@ -458,6 +458,8 @@ spec:
|
|||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
env:
|
env:
|
||||||
|
- name: GF_SECURITY_ALLOW_EMBEDDING
|
||||||
|
value: "true"
|
||||||
- name: GF_SECURITY_ADMIN_USER
|
- name: GF_SECURITY_ADMIN_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user