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
+3-4
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ You can then go back to the [main documentation](README.md#2-create-an-rds-datab
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** with **eks-nginx-values.yaml** that contains the relevant Ingress annotations:
32
-
`kubernetes.io/ingress.class: nginx` and `nginx.ingress.kubernetes.io/backend-protocol: https`
31
+
During the helm install, you just have to replace **eks-values.yaml** with **eks-nginx-values.yaml** that contains the relevant Ingress class: `nginx` and annotations: `nginx.ingress.kubernetes.io/backend-protocol: https`
33
32
34
33
To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):
35
34
@@ -38,7 +37,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
38
37
-`<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database
0 commit comments