Fix adminpanel API URL for remote test contour.

Use runtimeEnv instead of env so Helm template picks up api.dev.sovamed.ru.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Valeriy Petrov
2026-06-09 17:59:41 +03:00
parent afebdb54d1
commit 7967df9b42
+1 -1
View File
@@ -4,7 +4,7 @@ ingress:
enabled: true enabled: true
clusterIssuer: letsencrypt-prod clusterIssuer: letsencrypt-prod
secretName: adminpanel-tls secretName: adminpanel-tls
env: runtimeEnv:
API_BASE_URL: https://api.dev.sovamed.ru API_BASE_URL: https://api.dev.sovamed.ru
image: image:
tag: adminpanel-v1.0.12-test tag: adminpanel-v1.0.12-test