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: modules/installation/proc-deploy-rhdh-instance-gke.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You need to create an `A` record with the value equal to the IP address. This pr
21
21
+
22
22
--
23
23
.`{my-app-config-file}` fragment
24
-
[source,yaml,subs="attributes+"]
24
+
[source,yaml,subs="+attributes,+quotes"]
25
25
----
26
26
apiVersion: v1
27
27
kind: ConfigMap
@@ -31,17 +31,17 @@ data:
31
31
"{my-app-config-file}": |
32
32
app:
33
33
title: Red Hat Developer Hub
34
-
baseUrl: https://<rhdh_domain_name>
34
+
baseUrl: {my-product-url}
35
35
backend:
36
36
auth:
37
37
externalAccess:
38
38
- type: legacy
39
39
options:
40
40
subject: legacy-default-config
41
41
secret: "${BACKEND_SECRET}"
42
-
baseUrl: https://<rhdh_domain_name>
42
+
baseUrl: {my-product-url}
43
43
cors:
44
-
origin: https://<rhdh_domain_name>
44
+
origin: {my-product-url}
45
45
----
46
46
--
47
47
@@ -122,7 +122,7 @@ metadata:
122
122
name: <rhdh_certificate_name>
123
123
spec:
124
124
domains:
125
-
- <rhdh_domain_name>
125
+
- {my-product-domain}
126
126
----
127
127
--
128
128
For more information about setting up a Google-managed certificate, see https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs?hl=en#setting_up_a_google-managed_certificate[Setting up a Google-managed certificate].
@@ -149,7 +149,7 @@ For more information about setting a policy to redirect to HTTPS, see https://cl
149
149
+
150
150
--
151
151
.Example of an ingress resource configuration
152
-
[source,yaml,subs="attributes+"]
152
+
[source,yaml,subs="+attributes,+quotes"]
153
153
----
154
154
apiVersion: networking.k8s.io/v1
155
155
kind: Ingress
@@ -166,7 +166,7 @@ spec:
166
166
ingressClassName: gce
167
167
rules:
168
168
# TODO: Set your application domain name.
169
-
- host: <rhdh_domain_name>
169
+
- host: {my-product-domain}
170
170
http:
171
171
paths:
172
172
- path: /
@@ -187,7 +187,7 @@ spec:
187
187
188
188
* Wait for the `ManagedCertificate` to be provisioned. This process can take a couple of hours.
189
189
190
-
* Access {product-very-short} with `https://<rhdh_domain_name>`
190
+
* Access {product-very-short} with `pass:a,q[{my-product-url}]`.
191
191
192
192
// Wait until the DNS name is responsive, indicating that your {product-short} instance is ready for use.
0 commit comments