You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
471 B
YAML

# Basic configuration for local testing or development
image:
repository: openclaw
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