Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / portal-ng / components / portal-ng-bff / README.md
1 # Portal-bff helm chart
2 This repository contains the chart for the portal-bff.
3
4 # Redis chart
5 The app has a dependency to Redis. The chart for this was obtained from [artifacthub](https://artifacthub.io/packages/helm/bitnami/redis). For updates to that chart, go there click on `Install` and copy the direct link. Then do a
6 ``` bash
7 wget -P charts/ https://charts.bitnami.com/bitnami/redis-16.8.7.tgz
8 ```