Helm Chart Values#
Reference for all configurable values in the AIM Engine Helm chart.
Controller Manager#
Controller manager configuration
Parameter |
Description |
Default |
|---|---|---|
|
Number of operator replicas |
|
|
Operator container image repository |
|
|
Operator container image tag |
|
|
Image pull policy |
|
|
Secrets for pulling the operator image from private registries |
|
|
Controller command-line arguments |
|
|
Additional environment variables for the controller |
|
|
Require non-root user |
|
|
Seccomp profile type |
|
|
Prevent privilege escalation |
|
|
Dropped Linux capabilities |
|
|
Read-only root filesystem |
|
|
CPU limit |
|
|
Memory limit |
|
|
CPU request |
|
|
Memory request |
|
RBAC Helpers#
Create admin/editor/viewer ClusterRoles for each CRD
Parameter |
Description |
Default |
|---|---|---|
|
Enable RBAC helper roles |
|
CRDs#
Custom Resource Definitions
Parameter |
Description |
Default |
|---|---|---|
|
Install CRDs with the chart |
|
|
Keep CRDs when uninstalling (prevents data loss) |
|
Metrics#
Controller metrics endpoint
Parameter |
Description |
Default |
|---|---|---|
|
Enable metrics endpoint |
|
|
Metrics endpoint port |
|
Cert-Manager#
Cert-manager integration for TLS certificates
Parameter |
Description |
Default |
|---|---|---|
|
Enable cert-manager integration |
|
Prometheus#
Prometheus ServiceMonitor for metrics scraping
Parameter |
Description |
Default |
|---|---|---|
|
Create a Prometheus ServiceMonitor resource |
|
Cluster Runtime Configuration#
Cluster-wide runtime configuration for AIM resources. Creates an AIMClusterRuntimeConfig CR when enabled.
Parameter |
Description |
Default |
|---|---|---|
|
Enable creation of the AIMClusterRuntimeConfig resource |
|
|
Name of the AIMClusterRuntimeConfig resource |
|
Cluster Model Source#
Cluster-wide model source for automatic model discovery from container registries. Creates an AIMClusterModelSource CR when enabled, installing latest AIM Container Images.
Parameter |
Description |
Default |
|---|---|---|
|
Enable creation of the AIMClusterModelSource resource |
|
|
Name of the AIMClusterModelSource resource |
|
|
Spec fields for the AIMClusterModelSource |
|
|
Container registry to sync from (e.g., docker.io, ghcr.io, gcr.io) |
|
|
Filters define which images to discover and sync. Each filter specifies an image pattern with optional version constraints. |
|
|
How often to sync with the registry (minimum recommended: 15m) |
|
|
Maximum number of AIMClusterModel resources to create (prevents runaway creation) |
|