Files
sova-deploy/apps/adminpanel/values-test.yaml
T
Valeriy Petrov 7967df9b42 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>
2026-06-09 17:59:41 +03:00

15 lines
336 B
YAML

ingress:
host: adm.dev.sovamed.ru
tls:
enabled: true
clusterIssuer: letsencrypt-prod
secretName: adminpanel-tls
runtimeEnv:
API_BASE_URL: https://api.dev.sovamed.ru
image:
tag: adminpanel-v1.0.12-test
pullPolicy: IfNotPresent
repository: git.sova.local/sova/adminpanel
imagePullSecrets:
- name: gitea-registry