feat: Add initial Helm chart for Home Assistant MCP server

This commit is contained in:
sha
2026-04-18 18:21:55 +03:00
parent d2a8f1309a
commit 16db5bbef2
5 changed files with 138 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
image:
repository: ghcr.io/homeassistant-ai/ha-mcp
pullPolicy: IfNotPresent
command: ["ha-mcp-web"]
port: 8086
existingSecret: ""
secretEnvKeys: []
# - envName: HOMEASSISTANT_URL
# secretKey: HOMEASSISTANT_URL
# - envName: HOMEASSISTANT_TOKEN
# secretKey: HOMEASSISTANT_TOKEN
env: {}
resources:
requests:
cpu: "50m"
memory: "128Mi"
limits:
cpu: "500m"
memory: "512Mi"
ingresses: {}
# https:
# host: ha.mcp.example.com
# annotations: {}
# tls:
# - hosts:
# - ha.mcp.example.com
# lan:
# host: ha.mcp.lan
# annotations: {}