From a30ed585e20995f307cee4276028fc58ce9ceddb Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 7 Sep 2021 12:30:58 -0600 Subject: [PATCH 1/3] Remove starting PostgreSQL since it's not needed --- reactive-jhipster/demo.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/reactive-jhipster/demo.adoc b/reactive-jhipster/demo.adoc index 2a11277..2b0080a 100644 --- a/reactive-jhipster/demo.adoc +++ b/reactive-jhipster/demo.adoc @@ -161,7 +161,6 @@ As part of this process, several Docker Compose files are generated for you. The ---- cd gateway docker-compose -f src/main/docker/keycloak.yml up -d #jhkeycloakup -docker-compose -f src/main/docker/postgresql.yml up -d #jhpostgresqlup docker-compose -f src/main/docker/jhipster-registry.yml up -d #jhregistryup ./gradlew ---- From bc7cbeeb1296bd0fcc6a09f4e39f4e6e472a076a Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Wed, 25 May 2022 12:37:44 +0200 Subject: [PATCH 2/3] Add `jh-oidc` shortcut --- reactive-jhipster/demo.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-jhipster/demo.adoc b/reactive-jhipster/demo.adoc index 2b0080a..e404fe2 100644 --- a/reactive-jhipster/demo.adoc +++ b/reactive-jhipster/demo.adoc @@ -292,7 +292,7 @@ Once your Docker containers are finished building, you'll want to add your Okta . Open `docker-compose/docker-compose.yml` in your favorite IDE and remove the Keycloak image at the bottom. You can leave it if you like, but it won't be used in this example. -. Update `docker-compose/central-server-config/application.yml` to contain your OIDC settings that you want to share with all your microservices. +. Update `docker-compose/central-server-config/application.yml` to contain your OIDC settings that you want to share with all your microservices. [`jh-oidc`] + [source,yaml] ---- From d971f6615125e85d0ffddee6574630d8173397ca Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Sat, 17 Sep 2022 20:40:51 -0600 Subject: [PATCH 3/3] Fix typo --- jhipster-k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhipster-k8s/README.md b/jhipster-k8s/README.md index a14e35e..2bb4aff 100644 --- a/jhipster-k8s/README.md +++ b/jhipster-k8s/README.md @@ -1,6 +1,6 @@ # Kubernetes + Reactive Java with JHipster Example -This example uses JHipster 7 to generate Kubernetes deployment descriptors and deploy your microservice architecture to Minikue and Google Cloud (GKE). See [Kubernetes to the Cloud with Spring Boot and JHipster][blog] to see how it was built. +This example uses JHipster 7 to generate Kubernetes deployment descriptors and deploy your microservice architecture to Minikube and Google Cloud (GKE). See [Kubernetes to the Cloud with Spring Boot and JHipster][blog] to see how it was built. **Prerequisites:** [Java 11](https://sdkman.io/sdks#java) and [Docker](https://docs.docker.com/engine/install/).