Configuration reference
This is a short reference for fields used most often during installation. All Graph
workloads that pull from artifacts.altair.com need a namespace-local Docker registry
secret. See Prerequisites for how to create it.
Graph Studio Helm chart anzo
| Value area | Purpose |
|---|---|
anzo.image.* | Graph image repository, name, tag, pull policy, and resources. |
anzo.imagePullSecrets | Existing image-pull secrets for the Graph Studio Pod. |
anzo.persistence.* | Data and log volumes. |
anzo.certsSecret | Existing TLS certificate secret. |
anzo.ingressResource.* | Ingress configuration. |
anzo.rbac.create | Service account and RBAC creation. |
Graph Lakehouse Helm chart anzograph
| Value area | Purpose |
|---|---|
imagePullSecrets | Existing image-pull secrets for database and frontend Pods. |
database.image.* | Database image settings. |
frontend.image.* | Frontend image settings. |
grpcCredentialsSecret | Existing gRPC credential secret. |
uiCredentialsSecret | Existing UI credential secret. |
licensing.* | Altair One or legacy licensing settings. |
database.persistentVolumeClaimRetentionPolicy | PVC retention policy. |
Graph Studio operator chart and CR
| Field area | Purpose |
|---|---|
operator.image.* | Operator manager image settings. |
operator.imagePullSecrets | Image-pull secrets for the operator manager Deployment. |
relatedImages.anzo | Default Graph Studio image used by the operator. |
spec.nodeConfig.spec.template.spec.imagePullSecrets | Image-pull secrets for the Graph Studio workload created by an Anzo CR. |
spec.role | Server or agent role. |
spec.initJSON | First-boot activation input. |
spec.volumes[] | Volume mounts and PVC behavior. |
spec.ingress | Ingress configuration. |
spec.tlsCerts | TLS certificate references. |
spec.licensing | Licensing configuration. |
Graph Lakehouse operator chart and CR
| Field area | Purpose |
|---|---|
image.* | Operator manager image settings. |
imagePullSecrets | Image-pull secrets for the operator manager Deployment. |
relatedImages.* | Default database, frontend, operator, logging, and all-in-one image references. |
spec.db.nodeConfig.spec.template.spec.imagePullSecrets | Image-pull secrets for database Pods created by an AnzoGraph CR. |
spec.frontend.nodeConfig.spec.template.spec.imagePullSecrets | Image-pull secrets for frontend Pods created by an AnzoGraph CR. |
spec.db.storage | Data, config, spill size, persistence, and retention. |
spec.db.licensing | Altair One or legacy licensing. |
spec.deployFrontend | Enable or disable frontend deployment. |
spec.uiCredentials | UI, gRPC, and keystore credential references. |