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: env:
post: post:
enabled: true enabled: true
logfile:
external-file: '/app/log/${spring.application.name}.log'
web: web:
exposure: exposure:
include: '*' include: '*'
health: health:
show-details: always show-details: always
logging:
file:
name: '/app/log/${spring.application.name}.log'
spring: spring:
profiles:
active: native
cloud: cloud:
kubernetes:
discovery:
enabled: false
all-namespaces: false
service-labels:
spring-boot: true
enabled: false
config: config:
server: server:
git: native:
uri: file://opt/config search-locations: ${CONFIG_NATIVE_SEARCH_LOCATION:/opt/config}
health: health:
enabled: false enabled: false