Files
Valeriy Petrov b0e527e970 Enable ingress basic auth for remote test contour.
Protect all public URLs via nginx basic auth; exempt Gitea API/registry/git paths for CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 03:25:26 +03:00

17 lines
367 B
YAML

ingress:
host: adm.dev.sovamed.ru
tls:
enabled: true
clusterIssuer: letsencrypt-prod
secretName: adminpanel-tls
basicAuth:
enabled: true
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