Skip to content

Commit

Permalink
feat(monitoring): add home temp monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 18, 2024
1 parent bf794a5 commit d79d7a3
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 0 deletions.
30 changes: 30 additions & 0 deletions registry/components/monitoring/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,39 @@ spec:
targetRevision: 66.1.1
helm:
valuesObject:
prometheus:
prometheusSpec:
additionalScrapeConfigs:
- job_name: garden
static_configs:
- targets:
- garden:3000
- job_name: greenhouse
static_configs:
- targets:
- greenhouse:3000
grafana:
admin:
existingSecret: credentials
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: "default"
orgId: 1
folder: ""
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
dashboardsConfigMaps:
default: grafana-dashboards
persistence:
enabled: true
type: statefulset
podAnnotations:
configmap.reloader.stakater.com/reload: grafana-dashboards
ingress:
enabled: true
annotations:
Expand Down
Loading

0 comments on commit d79d7a3

Please sign in to comment.