Compare commits

...

2 Commits

Author SHA1 Message Date
5a3cb20dcb fix typo in prometheus rule 2024-02-13 07:34:20 -07:00
1cb675e7c3 fix service name 2024-02-13 07:06:52 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: home-assistant name: home-assistant
version: 0.0.6 version: 0.0.8
description: Chart for Home Assistant description: Chart for Home Assistant
keywords: keywords:
- home-automation - home-automation

View File

@@ -57,6 +57,6 @@ spec:
priority: 10 priority: 10
services: services:
- kind: Service - kind: Service
name: codeserver-http name: home-assistant-codeserver
port: {{ .Values.codeserver.service.http.port }} port: {{ .Values.codeserver.service.http.port }}
{{- end }} {{- end }}

View File

@@ -15,5 +15,5 @@ spec:
groups: groups:
- name: {{ .Release.Name }} - name: {{ .Release.Name }}
rules: rules:
{{- toYaml .Values.prometheusRule.rules | nindent 8 }} {{- toYaml .Values.metrics.prometheusRule.rules | nindent 8 }}
{{- end }} {{- end }}