openreplay/scripts/helmcharts
2022-01-21 18:46:17 +01:00
..
databases chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
openreplay chore(nginx): Adding protocol scheme forwarding 2022-01-21 22:05:19 +05:30
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 18:16:46 +01:00
vars.yaml Update vars.yaml 2022-01-21 18:46:17 +01:00
versionUpdater.sh chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30

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