This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new badd5cb Service port for spring-boot app badd5cb is described below commit badd5cb4848e6bee8376fd9b427a8242c02a6b40 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Fri Dec 16 18:15:49 2022 -0500 Service port for spring-boot app --- .../snippets/spring-boot-kubernetes-application.properties | 3 ++- .../resources/snippets/spring-boot-openshift-application.properties | 3 ++- karavan-vscode/package.json | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties index e7be270..8bcef42 100644 --- a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties +++ b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties @@ -9,4 +9,5 @@ camel.health.exposure-level=full jkube.version=1.10.1 jkube.build.strategy=jib jkube.imagePullPolicy=IfNotPresent -jkube.enricher.jkube-controller.replicaCount=1 \ No newline at end of file +jkube.enricher.jkube-controller.replicaCount=1 +jkube.enricher.jkube-service.port=80 \ No newline at end of file diff --git a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties index 48f61da..29b302d 100644 --- a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties +++ b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties @@ -10,4 +10,5 @@ jkube.version=1.10.1 jkube.build.strategy=jib jkube.imagePullPolicy=IfNotPresent jkube.enricher.jkube-controller.type=Deployment -jkube.enricher.jkube-controller.replicaCount=1 \ No newline at end of file +jkube.enricher.jkube-controller.replicaCount=1 +jkube.enricher.jkube-service.port=80 \ No newline at end of file diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index 82af3ab..de9d0ca 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -272,7 +272,8 @@ "jkube.generator.name=image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/$NAME:${DATE}", "jkube.imagePullPolicy=IfNotPresent", "jkube.enricher.jkube-controller.type=Deployment", - "jkube.enricher.jkube-controller.replicaCount=1" + "jkube.enricher.jkube-controller.replicaCount=1", + "jkube.enricher.jkube-service.port=80" ], "description": "application.properties template for camel-springboot on Kubernetes", "scope": "machine", @@ -293,7 +294,8 @@ "jkube.generator.name=default/$NAME:${DATE}", "jkube.imagePullPolicy=IfNotPresent", "jkube.enricher.jkube-controller.type=Deployment", - "jkube.enricher.jkube-controller.replicaCount=1" + "jkube.enricher.jkube-controller.replicaCount=1", + "jkube.enricher.jkube-service.port=80" ], "description": "application.properties template for camel-springboot on Kubernetes", "scope": "machine",