You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
562 B
17 lines
562 B
#spring.main.sources=io.fabric8.quickstarts.camel
|
|
|
|
logging.config=classpath:logback.xml
|
|
|
|
# the options from org.apache.camel.spring.boot.CamelConfigurationProperties can be configured here
|
|
camel.springboot.name=MyCamel
|
|
|
|
# lets listen on all ports to ensure we can be invoked from the pod IP
|
|
server.address=0.0.0.0
|
|
management.address=0.0.0.0
|
|
|
|
# lets use a different management port in case you need to listen to HTTP requests on 8080
|
|
management.port=8081
|
|
|
|
# disable all management endpoints except health
|
|
endpoints.enabled = false
|
|
endpoints.health.enabled = true
|