chore: update default config-server fallback to ordinis-staging
application.yml fallback URL was http://config-server.ordinis-dev:8888 — namespace removed. Default now points to staging; SPRING_CLOUD_CONFIG_URI env still overrides via Helm chart for any deployment.
This commit is contained in:
@@ -94,7 +94,7 @@ spring:
|
||||
activate:
|
||||
on-profile: k8s
|
||||
import:
|
||||
- "configserver:${SPRING_CLOUD_CONFIG_URI:http://config-server.ordinis-dev:8888}"
|
||||
- "configserver:${SPRING_CLOUD_CONFIG_URI:http://config-server.ordinis-staging:8888}"
|
||||
- "vault://"
|
||||
cloud:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user