openclaw/charts/clawdbot/examples/values-basic.yaml
sirily11 6635d70170
feat: add helm chart support (#1)
feat: enhance Helm chart workflows and update image references
2026-01-28 09:35:54 +08:00

34 lines
471 B
YAML

# Basic configuration for local testing or development
image:
repository: clawdbot
tag: local
pullPolicy: Never
gateway:
bind: lan
port: 18789
allowUnconfigured: false
secrets:
create: true
data:
# Set via --set or environment variables
anthropicApiKey: ""
gatewayToken: ""
persistence:
enabled: true
size: 5Gi
ingress:
enabled: false
resources:
limits:
memory: 2Gi
cpu: 1000m
requests:
memory: 512Mi
cpu: 250m