change labels

This commit is contained in:
2025-05-14 19:19:07 -05:00
parent 47f04d5463
commit 3419a6df3a
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ metadata:
spec: spec:
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: home-assistant-main app.kubernetes.io/name: home-assistant
app.kubernetes.io/metric-endpoint: home-assistant-main
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
endpoints: endpoints:
- port: http - port: http

View File

@@ -45,7 +45,7 @@ home-assistant:
main: main:
controller: main controller: main
extraSelectorLabels: extraSelectorLabels:
app.kubernetes.io/name: home-assistant-main app.kubernetes.io/metric-endpoint: home-assistant-main
ports: ports:
http: http:
port: 80 port: 80