All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mework.cloud.spring-cloud-kubernetes-discoveryserver.3.2.0.source-code.application.yaml Maven / Gradle / Ivy

The newest version!
server:
  port: 8761

# needed to disable the publication of InstanceRegisteredEvent
# which in case of discovery server would not be needed.
spring:
  cloud:
    discovery:
      client:
        health-indicator:
          enabled: false

management:
  endpoint:
    health:
      group:
        liveness:
          include: livenessState, kubernetes
        readiness:
          include: readinessState, kubernetes




© 2015 - 2024 Weber Informatics LLC | Privacy Policy