Richard Allred
2019-05-23 497620c4d1bcb410267c56351432f87fb3aee5a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 enpoints except health
endpoints.enabled = false
endpoints.health.enabled = true