# Helm

## Minimum System Requirements

gopaddle installation requires a minimum of `8GB RAM`, `4 vCPUs` and `50 GB Hard disk`

## Steps to install Helm Chart

1. Add the helm repo

```
helm repo add gopaddle https://gopaddle-io.github.io/gopaddle-lite/
helm repo update
```

2. Install the chart

```
helm install gp-lite gopaddle/gopaddle --namespace gp-lite --create-namespace
```

3. Once gopaddle is installed, access the gopaddle UI by following [these](https://app.gitbook.com/o/kaNNkk5MWdImsh5Ur4MO/s/5QxXxCob5M5VXQJTryRc/~/changes/7/overview/getting-started/installing-community-edition/accessing-gopaddle-ui) steps.
