Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
quarkus: add monitoring to app-deploy.yaml (#813)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandy Koh <[email protected]>
  • Loading branch information
ianpartridge and skoh7645 authored May 13, 2020
1 parent 0a45a0b commit da3ac46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions incubator/quarkus/image/config/app-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ spec:
service:
type: NodePort
port: APPSODY_PORT
monitoring:
labels:
k8s-app: APPSODY_PROJECT_NAME
expose: true
2 changes: 1 addition & 1 deletion incubator/quarkus/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.appsody</groupId>
<artifactId>quarkus</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion incubator/quarkus/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Quarkus
version: 0.3.5
version: 0.3.6
description: Quarkus runtime for running Java applications
license: Apache-2.0
language: java
Expand Down

0 comments on commit da3ac46

Please sign in to comment.