Skip to content

Commit 29ed653

Browse files
authored
change following review
1 parent 4535f7e commit 29ed653

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

platform/eks/README-NGINX.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@ You can then go back to the [main documentation](README.md#2-prepare-your-enviro
3838
You just have to replace during the helm install **eks-values.yaml** by **eks-nginx-values.yaml** that contains the relevant ingress annotations :
3939
`kubernetes.io/ingress.class: nginx` and `nginx.ingress.kubernetes.io/backend-protocol: https`
4040

41-
If you want to install ODM as a demo mode with the ODM postgreSQL internal data base :
42-
43-
- Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file :
44-
45-
```bash
46-
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-nginx-values.yaml
47-
```
48-
49-
If you want to install ODM with the AWS RDS postgreSQL database created in [step 3](#3-optional-create-an-rds-database-20-min) :
41+
To install ODM with the AWS RDS postgreSQL database created in [step 3](#3-optional-create-an-rds-database-20-min) :
5042

5143
- Get the [eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml) file and replace the following keys:
5244
- `<RDS_DB_ENDPOINT>` is your database server endpoint (of the form: `db-server-name-1.********.<region>.rds.amazonaws.com`)
@@ -56,3 +48,10 @@ If you want to install ODM with the AWS RDS postgreSQL database created in [step
5648
```bash
5749
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-rds-nginx-values.yaml
5850
```
51+
>NOTE: If you prefer to install ODM to prototype (not for production) with the ODM PostgreSQL internal database :
52+
>
53+
>- Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file :
54+
>
55+
>```bash
56+
>helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-nginx-values.yaml
57+
>```

0 commit comments

Comments
 (0)