Skip to content

Commit

Permalink
Update obsolete Spring Boot parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Feb 19, 2025
1 parent 47ac081 commit ea4ed28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/rorextime/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
server.port=8080
# Actuator
management.server.port=8080
management.endpoints.enabled-by-default=false
management.endpoints.access.default=none
management.endpoint.health.enabled=true
management.health.defaults.enabled=false
management.endpoint.health.probes.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ camel.component.google-pubsub.authenticate=false
queue.upload.destination.name=MardukInboundTestQueue

# Monitoring
management.endpoints.enabled-by-default=false
management.endpoints.access.default=none
management.health.pubsub.enabled=false
management.endpoints.web.exposure.exclude=*
management.endpoints.jmx.exposure.exclude=*
Expand Down

0 comments on commit ea4ed28

Please sign in to comment.