Skip to main content

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 areaPurpose
anzo.image.*Graph image repository, name, tag, pull policy, and resources.
anzo.imagePullSecretsExisting image-pull secrets for the Graph Studio Pod.
anzo.persistence.*Data and log volumes.
anzo.certsSecretExisting TLS certificate secret.
anzo.ingressResource.*Ingress configuration.
anzo.rbac.createService account and RBAC creation.

Graph Lakehouse Helm chart anzograph

Value areaPurpose
imagePullSecretsExisting image-pull secrets for database and frontend Pods.
database.image.*Database image settings.
frontend.image.*Frontend image settings.
grpcCredentialsSecretExisting gRPC credential secret.
uiCredentialsSecretExisting UI credential secret.
licensing.*Altair One or legacy licensing settings.
database.persistentVolumeClaimRetentionPolicyPVC retention policy.

Graph Studio operator chart and CR

Field areaPurpose
operator.image.*Operator manager image settings.
operator.imagePullSecretsImage-pull secrets for the operator manager Deployment.
relatedImages.anzoDefault Graph Studio image used by the operator.
spec.nodeConfig.spec.template.spec.imagePullSecretsImage-pull secrets for the Graph Studio workload created by an Anzo CR.
spec.roleServer or agent role.
spec.initJSONFirst-boot activation input.
spec.volumes[]Volume mounts and PVC behavior.
spec.ingressIngress configuration.
spec.tlsCertsTLS certificate references.
spec.licensingLicensing configuration.

Graph Lakehouse operator chart and CR

Field areaPurpose
image.*Operator manager image settings.
imagePullSecretsImage-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.imagePullSecretsImage-pull secrets for database Pods created by an AnzoGraph CR.
spec.frontend.nodeConfig.spec.template.spec.imagePullSecretsImage-pull secrets for frontend Pods created by an AnzoGraph CR.
spec.db.storageData, config, spill size, persistence, and retention.
spec.db.licensingAltair One or legacy licensing.
spec.deployFrontendEnable or disable frontend deployment.
spec.uiCredentialsUI, gRPC, and keystore credential references.