Helm Values â
Schema for the values.yaml file for the tensor-fusion Helm chart
Property | Type | Constraints | Description |
---|---|---|---|
imagePullSecrets | array | List of secrets for pulling images from private repositories. See: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | |
nameOverride | string | Override for the chart name | |
fullnameOverride | string | Override for the full name of resources created by this chart | |
namespaceOverride | string | Override for the namespace where resources will be deployed | |
serviceAccount | object | Configuration for the service account. See: https://kubernetes.io/docs/concepts/security/service-accounts/ | |
initialGpuNodeLabelSelector | string | Label selector used to identify GPU nodes in the cluster Default: nvidia.com/gpu.present=true | |
controller | object | Configuration for the tensor-fusion controller component | |
greptime | object | Configuration for GreptimeDB integration | |
agent | object | Configuration for the tensor-fusion agent component | |
cloudVendorCredentials | object | Cloud vendor credentials for pools running in Provisioned mode without IRSA or zero-credential auth |