> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Helm Chart

> Deploying apowerb using Helm.

Install the chart from the local source tree.

```bash theme={null}
helm upgrade --install apowerb ./helm/apowerb \
  --namespace apowerb \
  --create-namespace \
  --values ./helm/apowerb/values.yaml
```

To enable ingress, set `ingress.enabled: true` in `helm/apowerb/values.yaml`.


## Related topics

- [Docker Compose](/deployment/dockercompose.md)
- [Quickstart](/quickstart.md)
- [Delete a chart](/api-reference/charts/delete-a-chart.md)
- [List charts](/api-reference/charts/list-charts.md)
- [Create a chart](/api-reference/charts/create-a-chart.md)
