Helm Install Values
Schema for the values.yaml file for the tensor-fusion Helm chart
Schema for the values.yaml file for the tensor-fusion Helm chart
Configuration Properties
| Property | Type | 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 |
| alert | object | Configuration for alerting |
| dynamicConfig | object | Dynamic configuration for alerting |
TensorFusion Docs