* single db chart * chore(values): update subchart information * chore(helm): global override file * chore(helm): app chart * chore(helm): database-migrate script * chore(helm): pass fromVersion as command * chore(dbMigrate): modularize the job * chore(helm): upgrade hook * chore(helm): upgrade script * chore(helm): db init scripts * fix(uprade): version check * chore(helm): Adding ee charts * fix(helm): clickhouse upgrade script * chore(helm): add enterprise copy support * chore(helm): enterprise migration * fix(helm): clickhouse port * fix(helm): inject env vars * chore(clickhouse): ignore db errors * chore(helm): kafka db upgrade * fix(migration): kafka migration * chore(helm): helm chart to install openreplay * chore(helm): sample override value * chore(helm): cloning main branch * chore(helm): separate chart.yaml for all helm charts. * chore(helm): update version * fix(helm): templates * fix(helm): image name * chore(helm): pinning http port for http service * docs(helm): example for overriding values. * chore(dock): update the comments * removing duplicate helm chart * docs(values): comment for nginx redirect * chore(helm): Adding nginx-ingress commit * chore(helm): Adding default nginx ssl * chore(helm): change nginx image to openresty Ref: https://serverfault.com/questions/638822/nginx-resolver-address-from-etc-resolv-conf * chore(helm): consistent service name * chore(helm): change nginx healthcheck url * chore(helm): init minio * chore(helm): fix password for minio * chore(helm): minio init change workdir to /tmp * chore(helm): ignore error on repeated bucket create * chore(helm): fix enterprise check * fix(helm): storage s3 region * chore(helm): default false for cache_assets * chore(helm): set nginx app version * chore(helm): inject ee image * chore(helm): renaming values.yaml to override.yaml * chore(readme): update readme * chore(helm): renaming vars.yaml * chore(helm): git migrate current version of the app * chore(helm): managing dependencies * fix(helm): clone proper openreplay code * chore(helm): update variable name * chore(install): Adding web install script * chore(install): ignoring apt error messages. * chore(install): change only pre-populated passwords * chore(install): better error messages |
||
|---|---|---|
| .. | ||
| app | ||
| db | ||
| helm | ||
| longhorn | ||
| management | ||
| monitoring/kube-prometheus-stack | ||
| nginx-ingress | ||
| roles/openreplay | ||
| build_deploy.sh | ||
| install.sh | ||
| kube-install.sh | ||
| local_run.md | ||
| migration.yaml | ||
| openreplay-cli | ||
| README.md | ||
| setup.yaml | ||
| upgrade.sh | ||
| vars.yaml | ||
| vars_template.yaml | ||
Helm charts for installing OpenReplay components
Installation components are separated by namespaces.
Namespace:
-
app: Core OpenReplay application related components.
- alerts
- utilities
- assets
- chalice
- ender
- sink
- storage
- http
- integrations
- db
-
db: Contains following databases and backend components.
- kafka (ee)
- redis
- postgresql
- clickhouse (ee)
- minio
- nfs-server
-
longhorn: Storage solution for kubernetes PVs.
-
nginx-ingress: Nginx ingress for internet traffic to enter the kubernetes cluster.
Scripts:
-
install.sh
Installs OpenReplay in a single node machine.
This script is a wrapper around the
install.shwith k3s as kubernetes distro.Note: As of now this script support only Ubuntu, as we've to install some packages to enable
NFS. -
kube-install.sh:
Installs OpenReplay on any given kubernetes cluster. Has 3 configuration types:
- small (2cores 8G RAM)
- medium (4cores 16G RAM)
- recommended (8cores 32G RAM)
For all options,
bash kube-install.sh -h