feat: Add broadlinkac2mqtt Helm chart with configuration and templates

This commit is contained in:
sha
2026-05-24 01:41:23 +03:00
parent bf4326b6da
commit 595f1057a0
8 changed files with 505 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# This service is not used by broadlinkac2mqtt (MQTT-only application)
# Included for Helm chart consistency only
# apiVersion: v1
# kind: Service
# metadata:
# name: {{ .Release.Name }}
# labels:
# app.kubernetes.io/name: {{ .Chart.Name }}
# app.kubernetes.io/instance: {{ .Release.Name }}
# spec:
# type: ClusterIP
# selector:
# app: {{ .Release.Name }}
# ports:
# - protocol: TCP
# port: 80
# targetPort: 80