Skip to content

Commit

Permalink
Declare the management port on the OpenShift service
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 6, 2023
1 parent 4cba222 commit 9303d2b
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 9303d2b

Please sign in to comment.