chore: Update manifests after change
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: home-assistant
|
||||
labels:
|
||||
app.kubernetes.io/instance: home-assistant
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: home-assistant
|
||||
helm.sh/chart: home-assistant-4.6.2
|
||||
namespace: home-assistant
|
||||
spec:
|
||||
jobLabel: home-assistant
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- home-assistant
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: home-assistant
|
||||
app.kubernetes.io/name: home-assistant
|
||||
app.kubernetes.io/service: home-assistant-main
|
||||
endpoints:
|
||||
- bearerTokenSecret:
|
||||
key: bearer-token
|
||||
name: home-assistant-token-secret
|
||||
interval: 3m
|
||||
path: /api/prometheus
|
||||
port: http
|
||||
scrapeTimeout: 1m
|
||||
Reference in New Issue
Block a user