aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
blob: b4240036b7203c2e9f66f04384eefe5407365fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
spring:
  profiles:
    active: prod

participant:
  file: src/main/resources/config/KubernetesParticipantConfig.json
management:
  endpoints:
    web:
      exposure:
        include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
server:
  # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework.
  # See springboot documentation.
  http-port : 8083

logging:
  # Configuration of logging
  level:
    ROOT: INFO
    org.springframework: ERROR
    org.springframework.data: ERROR
    org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
  file:
    name: /var/log/helm-manager/application.log