Merge pull request #61 from cmoulliard/issue-profile

Add profile kubernetes for local build/deployment on minikube
This commit is contained in:
Ioannis Canellos
2017-03-29 17:43:51 +03:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ minikube start
Next, you can play with this Spring Boot application in the cloud using the following maven command to deploy it:
```
mvn clean package fabric8:deploy
mvn clean package fabric8:deploy -Pkubernetes
```
When the application has been deployed, you can access its service or endpoint url using this command: