update config properties

This commit is contained in:
2024-08-30 00:36:35 +10:00
parent 54762aed8e
commit edd8415872
2 changed files with 24 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
spring:
cloud:
kubernetes:
discovery:
all-namespaces: false
service-labels:
spring-boot: true
eureka:
client:
enabled: false

View File

@@ -10,25 +10,26 @@ management:
env:
post:
enabled: true
logfile:
external-file: '/app/log/${spring.application.name}.log'
web:
exposure:
include: '*'
health:
show-details: always
logging:
file:
name: '/app/log/${spring.application.name}.log'
spring:
profiles:
active: native
cloud:
kubernetes:
discovery:
enabled: false
all-namespaces: false
service-labels:
spring-boot: true
enabled: false
config:
server:
git:
uri: file://opt/config
native:
search-locations: ${CONFIG_NATIVE_SEARCH_LOCATION:/opt/config}
health:
enabled: false