You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/eks/README-NGINX.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ The `my-odm-nginx` service should have an available `External-IP` when you run t
24
24
kubectl get service my-odm-nginx-ingress-nginx-controller
25
25
```
26
26
27
-
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min).
27
+
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min) to continue Step 2 to Step 4.
28
28
29
29
## Install an ODM release with NGINX Ingress Controller
30
30
31
-
During the helm install, you just have to replace [eks-values.yaml](./eks-values.yaml)with[eks-nginx-values.yaml](./eks-nginx-values.yaml) that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https`
31
+
In this tutorial, you will use [eks-nginx-values.yaml](./eks-nginx-values.yaml)or[eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml)file that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https` for the installation.
32
32
33
33
To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):
34
34
@@ -37,7 +37,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
37
37
-`<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database
## Track ODM usage with the IBM License Service with NGINX Ingress Controller
56
57
57
58
Install the IBM License Service following a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
0 commit comments