Fix README. Remove wrappers.

This commit is contained in:
Olga Maciaszek-Sharma
2020-09-11 18:19:27 +02:00
parent 35d36f7d41
commit 83356797f8
11 changed files with 2 additions and 1224 deletions

View File

@@ -15,10 +15,10 @@ IMPORTANT: In order for this setup to work, you need to grant permissions to ret
First, create a new virtual machine provisioned with Kubernetes on your laptop using the command `minikube start`.
Next, you can compile your project and generate the Kubernetes resources (yaml files containing the definition of the pod, deployment, build, service and route to be created)
like also to deploy the application on Kubernetes in one maven line by running the following command one by one in both `greeting-service` and `name-service`
like also to deploy the application on Kubernetes in one maven line by running:
```
./mvnw clean install fabric8:deploy -Dfabric8.generator.from=fabric8/java-jboss-openjdk8-jdk -Pkubernetes
mvn clean install fabric8:deploy -Dfabric8.generator.from=fabric8/java-jboss-openjdk8-jdk -Pkubernetes
```
### Call the Greeting service