This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Remove workaround of issues/14525 - Changed TODO by comment for issues/15464 - Make sure we use the same gRPC port for running in prod and test (for backward compatibility)
- Loading branch information
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
9 changes: 1 addition & 8 deletions
9
configmap/file-system/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
quarkus.openshift.expose=true | ||
quarkus.openshift.config-map-volumes.app-config.config-map-name=app-config | ||
quarkus.openshift.mounts.app-config.path=/deployments/config | ||
quarkus.openshift.app-config-map=app-config | ||
quarkus.s2i.base-jvm-image=registry.access.redhat.com/ubi8/openjdk-11:latest | ||
|
||
# TODO: remove workaround for https://github.com/quarkusio/quarkus/issues/14525 | ||
quarkus.openshift.env.vars.smallrye-config-locations=/deployments/config | ||
|
||
%test.hello.message=Hello, %s! | ||
|
||
# the application binary resides in /home/quarkus with quarkus/ubi-quarkus-native-binary-s2i | ||
%native.quarkus.openshift.mounts.app-config.path=/home/quarkus/config | ||
|
||
quarkus.openshift.readiness-probe.period=5s | ||
quarkus.openshift.readiness-probe.initial-delay=0s | ||
quarkus.openshift.readiness-probe.failure-threshold=5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
micrometer/prometheus-kafka/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters