Skip to content

Commit

Permalink
Merge pull request #3 from yrodiere/management-port
Browse files Browse the repository at this point in the history
Declare the management port on the OpenShift service
  • Loading branch information
yrodiere authored Oct 6, 2023
2 parents 4cba222 + 9303d2b commit 7703410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ quarkus.swagger-ui.title=Quarkus Search API
%prod.quarkus.openshift.annotations."kubernetes.io/tls-acme"=true
%prod.quarkus.openshift.env.configmaps=search-quarkus-io-config
%prod.quarkus.openshift.env.secrets=search-quarkus-io-secrets
# Declare the management port on the service
%prod.quarkus.openshift.ports."management".container-port=9000
%prod.quarkus.openshift.ports."management".host-port=90

0 comments on commit 7703410

Please sign in to comment.