mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add Helm chart for Home Assistant MCP server with deployment, service, ingress, and values configuration
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user