feat(utilities): extract userBrowser feat(utilities): extract userDevice feat(utilities): extract userDeviceType feat(utilities): extract userCountry feat(utilities): changed Dockerfile to include MMDB feat(nginx): include X-Real-IP for ws-assist |
||
|---|---|---|
| .. | ||
| databases | ||
| openreplay | ||
| init.sh | ||
| openreplay-cli | ||
| README.md | ||
| vars.yaml | ||
| versionUpdater.sh | ||
- Initialize databases
- we've to pass the --wait flag, else the db installation won't be complete. and it'll break the db init.
Installation
helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./values.yaml --atomic
helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./values.yaml --atomic