Automated Manifest Update #5228
@@ -84,8 +84,8 @@ spec:
|
|||||||
port: 8081
|
port: 8081
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 1m
|
||||||
memory: 64Mi
|
memory: 50Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: dashboards-dir
|
- name: dashboards-dir
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|||||||
@@ -14,15 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: admin-user
|
- secretKey: admin-user
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /cl01tl/grafana/auth
|
key: /cl01tl/grafana/auth
|
||||||
metadataPolicy: None
|
|
||||||
property: admin-user
|
property: admin-user
|
||||||
- secretKey: admin-password
|
- secretKey: admin-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /cl01tl/grafana/auth
|
key: /cl01tl/grafana/auth
|
||||||
metadataPolicy: None
|
|
||||||
property: admin-password
|
property: admin-password
|
||||||
|
|||||||
@@ -14,15 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: AUTH_CLIENT_ID
|
- secretKey: AUTH_CLIENT_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /authentik/oidc/grafana
|
key: /authentik/oidc/grafana
|
||||||
metadataPolicy: None
|
|
||||||
property: client
|
property: client
|
||||||
- secretKey: AUTH_CLIENT_SECRET
|
- secretKey: AUTH_CLIENT_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /authentik/oidc/grafana
|
key: /authentik/oidc/grafana
|
||||||
metadataPolicy: None
|
|
||||||
property: secret
|
property: secret
|
||||||
|
|||||||
@@ -14,22 +14,13 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: ACCESS_KEY_ID
|
- secretKey: ACCESS_KEY_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /garage/home-infra/postgres-backups
|
key: /garage/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
|
||||||
property: ACCESS_KEY_ID
|
property: ACCESS_KEY_ID
|
||||||
- secretKey: ACCESS_SECRET_KEY
|
- secretKey: ACCESS_SECRET_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /garage/home-infra/postgres-backups
|
key: /garage/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
|
||||||
property: ACCESS_SECRET_KEY
|
property: ACCESS_SECRET_KEY
|
||||||
- secretKey: ACCESS_REGION
|
- secretKey: ACCESS_REGION
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /garage/home-infra/postgres-backups
|
key: /garage/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
|
||||||
property: ACCESS_REGION
|
property: ACCESS_REGION
|
||||||
|
|||||||
@@ -14,15 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: ACCESS_KEY_ID
|
- secretKey: ACCESS_KEY_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /digital-ocean/home-infra/postgres-backups
|
key: /digital-ocean/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
|
||||||
property: access
|
property: access
|
||||||
- secretKey: ACCESS_SECRET_KEY
|
- secretKey: ACCESS_SECRET_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /digital-ocean/home-infra/postgres-backups
|
key: /digital-ocean/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
|
||||||
property: secret
|
property: secret
|
||||||
|
|||||||
@@ -56,11 +56,11 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:12.0.0
|
image: grafana/grafana:12.4.2@sha256:83749231c3835e390a3144e5e940203e42b9589761f20ef3169c716e734ad505
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 20m
|
||||||
memory: 128Mi
|
memory: 120Mi
|
||||||
env:
|
env:
|
||||||
- name: AUTH_CLIENT_ID
|
- name: AUTH_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -107,3 +107,12 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: grafana-operator-postgresql-18-cluster-app
|
name: grafana-operator-postgresql-18-cluster-app
|
||||||
key: password
|
key: password
|
||||||
|
httpRoute:
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
hostnames:
|
||||||
|
- grafana.alexlebens.net
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-iot
|
folderUID: grafana-folder-iot
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/iot/airgradient.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/iot/airgradient.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/argocd.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/argocd.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/authentik.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/authentik.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/blocky.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/blocky.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/ceph.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/ceph.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/cert-manager.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/cert-manager.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/cloudnative-pg.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/cloudnative-pg.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/coredns.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/coredns.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/descheduler.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/descheduler.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/etcd.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/etcd.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/garage.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/garage.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/gatus.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/gatus.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/gitea.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/gitea.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/harbor.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/harbor.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-application
|
folderUID: grafana-folder-application
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/immich.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/immich.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-application
|
folderUID: grafana-folder-application
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/jellyfin.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/jellyfin.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/loki.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/loki.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/node-full.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/node-full.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/node-short.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/node-short.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/ntfy.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/ntfy.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/grafana-operator.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/grafana-operator.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-system
|
folderUID: grafana-folder-system
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/pods.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/system/pods.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/qbittorrent.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/qbittorrent.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-application
|
folderUID: grafana-folder-application
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/radarr.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/radarr.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/s3.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/s3.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-iot
|
folderUID: grafana-folder-iot
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/iot/server-power-consumption.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/iot/server-power-consumption.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-application
|
folderUID: grafana-folder-application
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/sonarr.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/application/sonarr.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/speedtest-exporter.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/speedtest-exporter.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/spegel.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/spegel.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/tdarr.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/tdarr.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/traefik.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/traefik.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/unpoller.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/unpoller.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-platform
|
folderUID: grafana-folder-platform
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/vault.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/platform/vault.json
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
contentCacheDuration: 1h
|
contentCacheDuration: 6h
|
||||||
folderUID: grafana-folder-service
|
folderUID: grafana-folder-service
|
||||||
resyncPeriod: 1h
|
resyncPeriod: 6h
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/volsync.json
|
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/volsync.json
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
apiVersion: gateway.networking.k8s.io/v1
|
|
||||||
kind: HTTPRoute
|
|
||||||
metadata:
|
|
||||||
name: grafana
|
|
||||||
namespace: grafana-operator
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: grafana
|
|
||||||
app.kubernetes.io/instance: grafana-operator
|
|
||||||
app.kubernetes.io/part-of: grafana-operator
|
|
||||||
spec:
|
|
||||||
parentRefs:
|
|
||||||
- group: gateway.networking.k8s.io
|
|
||||||
kind: Gateway
|
|
||||||
name: traefik-gateway
|
|
||||||
namespace: traefik
|
|
||||||
hostnames:
|
|
||||||
- grafana.alexlebens.net
|
|
||||||
rules:
|
|
||||||
- matches:
|
|
||||||
- path:
|
|
||||||
type: PathPrefix
|
|
||||||
value: /
|
|
||||||
backendRefs:
|
|
||||||
- group: ''
|
|
||||||
kind: Service
|
|
||||||
name: grafana-main-service
|
|
||||||
port: 3000
|
|
||||||
weight: 100
|
|
||||||
Reference in New Issue
Block a user