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/gcloud/README.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -219,14 +219,14 @@ In this step, you will generate a certificate to be used by the GKE load balance
219
219
220
220
If you do not have a trusted certificate, you can use OpenSSL and other cryptography and certificate management libraries to generate a certificate file and a private key to define the domain name and to set the expiration date. The following command creates a self-signed certificate (`.crt` file) and a private key (`.key` file) that accept the domain name *mynicecompany.com*. The expiration is set to 1000 days:
@@ -241,17 +241,15 @@ It automatically creates an HTTPS GKE load balancer. We will disable the ODM int
241
241
242
242
- Get the [gcp-values.yaml](./gcp-values.yaml) file and replace the following keys:
243
243
244
-
-`registrysecret`: the name of the secret containing the IBM Entitled Registry key
245
-
-`odmdbsecret`: the name of the secret containing the database user and password
246
244
-`<DB_ENDPOINT>`: the database IP
247
-
-`<DATABASE_NAME>`: the database name (default is postgres)
248
245
249
-
> NOTE: You can configure the driversUrl parameter to point to the appropriate version of the Google Cloud SQL PostgreSQL driver. For more information, refer to the [Cloud SQL Connector for Java](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory#cloud-sql-connector-for-java) documentation.
246
+
> [!NOTE]
247
+
> You can configure the driversUrl parameter to point to the appropriate version of the Google Cloud SQL PostgreSQL driver. For more information, refer to the [Cloud SQL Connector for Java](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory#cloud-sql-connector-for-java) documentation.
250
248
251
249
- Install the chart from IBM's public Helm charts repository:
> NOTE: You might prefer to access ODM components through the NGINX Ingress controller instead of using the IP addresses. If so, please follow [these instructions](README_NGINX.md).
0 commit comments