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: jhipster-k8s/demo.adoc
+19-8
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ You can quit by typing `/exit`.
172
172
./kubectl-apply.sh -f
173
173
kubectl rollout restart deploy -n demo
174
174
175
-
. Verify everything still works at `\http://localhost:8080`.
175
+
. Verify everything still works at `http://localhost:8080`.
176
176
177
177
TIP: If you don't want to restart the Spring Cloud Config server when you update its configuration, see link:/blog/2020/12/07/spring-cloud-config#refresh-the-configuration-in-your-spring-cloud-config-server[Refresh the Configuration in Your Spring Cloud Config Server].
178
178
@@ -231,6 +231,9 @@ TIP: The cool kids use `kubectx` and `kubens` to set the default context and nam
231
231
232
232
. Open a https://console.cloud.google.com/[console] in your browser or download and install the https://cloud.google.com/sdk/[`gcloud` CLI] if you want to run things locally.
233
233
234
+
glcoud auth login
235
+
gcloud config set project <project-id>
236
+
234
237
. Enable the Google Kubernetes Engine API and Container Registry:
. Now you should get a 302 when you access your domain using https://httpie.io/[HTTPie]`.
417
+
. Now you should get a 302 when you access your domain using https://httpie.io/[HTTPie].
407
418
408
419
http $DOMAIN
409
420
410
-
. Update your Okta OIDC app to have `\https://${DOMAIN}/login/oauth2/code/oidc` as a valid redirect URI. Add `\https://${DOMAIN}.nip.io` to the sign-out redirect URIs too.
421
+
. Update your Okta OIDC app to have `\https://${DOMAIN}/login/oauth2/code/oidc` as a valid redirect URI. Add `\https://${DOMAIN}` to the sign-out redirect URIs too.
0 commit comments