A complete list of configurable parameters for the AgenticStar Helm chart.
Global Settings
| Parameter | Type | Default | Description |
|---|
global.domain | string | — | AgenticStar domain name |
global.tls.enabled | bool | true | Enable TLS |
global.tls.secretName | string | — | TLS certificate Secret name |
Replica Settings
| Parameter | Type | Default | Description |
|---|
replicaCount | int | 2 | Number of pod replicas |
resources.requests.cpu | string | "500m" | CPU request |
resources.requests.memory | string | "512Mi" | Memory request |
resources.limits.cpu | string | "2000m" | CPU limit |
resources.limits.memory | string | "2Gi" | Memory limit |
Database Settings
| Parameter | Type | Default | Description |
|---|
postgresql.enabled | bool | true | Enable built-in PostgreSQL |
postgresql.auth.database | string | "agenticstar" | Database name |
externalDatabase.host | string | — | External DB host (when built-in DB is disabled) |