Skip to content

Commit 5beb30d

Browse files
authored
Merge pull request #255 from MUzairS15/MUzairS15/helm/docs
Update docs for cloud deployment using `helm`.
2 parents dc3765f + 1b5e6b1 commit 5beb30d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/cloud/self-hosted/deploy-with-helm.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
5050

5151
The first service to install is the Postgres database. The following command installs the Postgres database and initializes it's dataset. The dataset is used by the Layer5 Cloud server and the Layer5 Cloud identity provider.
5252

53+
Layer5 Cloud `postgres` database requires [pg_cron](https://github.com/citusdata/pg_cron) extension to be enabled and configured to execute on a schedule. The Cloud instance is bundled with both Data Definition Language (DDL) to iniatilze the schema and with Data Manipulation Language (DML) that support both greenfield deployments and upgrades of existing deployments.
5354

5455
##### 1. Install Postgres database
5556

5657
```bash
57-
helm install -f ./install/postgresql/values.yaml postgres ./install/postgresql -n <namespace>
58+
helm repo add bitnami https://charts.bitnami.com/bitnami
59+
helm install postgresql bitnami/postgresql --version 14.0.1
5860
```
5961

6062
##### 2. Install Remote Provider Server and Identity Provider

0 commit comments

Comments
 (0)