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:
Александр Зимин
2026-05-03 20:11:51 +03:00
parent e537888554
commit 413bd3449d
3 changed files with 5 additions and 5 deletions
@@ -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: