Deployment Bundle
The MaxAI deployment bundle contains several interconnected components that work together to provide a complete deployment solution.
Helm Chart Structure
- Chart.yaml
- This file contains metadata about the MaxAI Helm chart, including version information, dependencies, and chart description. It serves as the primary descriptor for the entire package.
- Values.yaml
- The default configuration file that defines all customizable parameters for your MaxAI deployment. This includes resource allocations, service configurations, database connections, and feature toggles.
- templates/ directory
- Contains Kubernetes manifest templates that Helm processes to generate the actual deployment resources, and individual MaxAI components. These templates use Go templating syntax to incorporate values from the configuration files.
- charts/ directory
- Houses all dependent Helm charts that MaxAI requires, such as database charts.