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

18 lines
396 B
YAML

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