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/). diff --git a/reactive-jhipster/demo.adoc b/reactive-jhipster/demo.adoc index 2a11277..e404fe2 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 ---- @@ -293,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] ----