Fix #55. Add profile kubernetes for local build/deployment on minikube

This commit is contained in:
Charles Moulliard
2017-03-28 17:08:39 +02:00
parent 2b7f7478b7
commit de6952be6d

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: