From 6bff18f189ebbef89584810ababbbbebf1bf3e49 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Tue, 18 May 2021 20:14:32 +0200 Subject: [PATCH] Update README.md --- scripts/helm/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/helm/README.md b/scripts/helm/README.md index 257a9caaf..4d5c7e54e 100644 --- a/scripts/helm/README.md +++ b/scripts/helm/README.md @@ -1,10 +1,10 @@ -## Helm charts for installing openreplay components. +## Helm charts for installing OpenReplay components Installation components are separated by namepaces. **Namespace:** -- **app:** Core openreplay application related components. +- **app:** Core OpenReplay application related components. - alerts - assets - chalice @@ -23,14 +23,14 @@ Installation components are separated by namepaces. - minio - nfs-server -- **longhorn:** On-Prem storage solution for kubernetes PVs. +- **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, for trial runs / demo. + Installs OpenReplay in a single node machine, for trial runs / demo. This script is a wrapper around the `install.sh` with [k3s](https://k3s.io/) as kubernetes distro. @@ -38,7 +38,7 @@ Installation components are separated by namepaces. - **kube-install.sh:** - Installs openreplay on any given kubernetes cluster. Has 3 configuration types + Installs OpenReplay on any given kubernetes cluster. Has 3 configuration types: - small (2cores 8G RAM) - medium (4cores 16G RAM) - recommened (8cores 32G RAM)