mework.cloud.spring-cloud-kubernetes-discoveryserver.3.2.0.source-code.application.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-kubernetes-discoveryserver Show documentation
Show all versions of spring-cloud-kubernetes-discoveryserver Show documentation
Spring Cloud parent pom, managing plugins and dependencies for Spring
Cloud projects
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