openreplay/scripts/helmcharts
Taha Yassine Kraiem 880610ec26 feat(utilities): extract userOs
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
2022-02-06 21:54:43 +01:00
..
databases chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
openreplay feat(utilities): extract userOs 2022-02-06 21:54:43 +01:00
init.sh chore(install): remove the unnecessary validations 2022-01-17 02:53:31 +05:30
openreplay-cli chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
README.md Update README.md 2022-01-17 06:14:36 +00:00
vars.yaml feat(installation): fixed vars.yaml emailFrom 2022-01-17 11:50:15 +01:00
versionUpdater.sh chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30

  • 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