From 71a263daa2dcb562864f1673925c4b41db03e2fd Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Wed, 4 Sep 2019 15:00:01 +0200 Subject: [PATCH] fix: Add missing port to the example as the field is mandatory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eba602ad..f5394f637 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ spec: runtime: spring-boot version: 2.1.6.RELEASE deploymentMode: dev + port: 8080 ``` Deploy it: