feat: Add Helm chart for Home Assistant MCP server with deployment, service, ingress, and values configuration

This commit is contained in:
sha
2026-04-18 18:44:19 +03:00
parent 4ebe5c4612
commit caf7925566
5 changed files with 2 additions and 2 deletions
+39
View File
@@ -0,0 +1,39 @@
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"
nodeSelector: {}
tolerations: []
ingresses: {}
# https:
# host: ha.mcp.example.com
# annotations: {}
# tls:
# - hosts:
# - ha.mcp.example.com
# lan:
# host: ha.mcp.lan
# annotations: {}