mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
41 lines
643 B
YAML
41 lines
643 B
YAML
image:
|
|
repository: ghcr.io/jakekeeys/frigate-mcp
|
|
pullPolicy: IfNotPresent
|
|
|
|
command: ["frigate-mcp-web"]
|
|
|
|
port: 8086
|
|
|
|
existingSecret: ""
|
|
secretEnvKeys: []
|
|
# - envName: FRIGATE_URL
|
|
# secretKey: FRIGATE_URL
|
|
|
|
env: {}
|
|
# FRIGATE_TIMEOUT: "30"
|
|
# MCP_HOST: "0.0.0.0"
|
|
# MCP_PORT: "8086"
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "50m"
|
|
memory: "128Mi"
|
|
limits:
|
|
cpu: "500m"
|
|
memory: "512Mi"
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: frigate.mcp.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - frigate.mcp.example.com
|
|
# lan:
|
|
# host: frigate.mcp.lan
|
|
# annotations: {}
|