REFERENCE
Configuration Reference
Configure Consonant via Helm values.
Helm Values
The values.yaml file controls the deployment of the control plane and related services.
yaml
# consonants-values.yaml
global:
environment: "production"
region: "us-east-1"
controlPlane:
replicas: 3
resources:
requests:
cpu: "1"
memory: "2Gi"
# LLM Configuration for Planner
llm:
provider: "openai"
model: "gpt-4o"
apiKeySecret: "consonant-secrets"
persistence:
postgres:
enabled: true
storageClass: "gp2"
size: "50Gi"
observability:
enabled: true
otlpBox: "http://otel-collector:4317"