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 6ee82a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions registry/components/monitoring/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ spec:
targetRevision: 66.1.1
helm:
valuesObject:
prometheus:
prometheusSpec:
additionalScrapeConfigs:
- job_name: garden
static_configs:
- garden.monitoring.svc.cluster.local:3000
- job_name: greenhouse
static_configs:
- garden.monitoring.svc.cluster.local:3000
grafana:
admin:
existingSecret: credentials
Expand Down

0 comments on commit 6ee82a9

Please sign in to comment.