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>
This commit is contained in:
@@ -4,6 +4,8 @@ ingress:
|
||||
enabled: true
|
||||
clusterIssuer: letsencrypt-prod
|
||||
secretName: adminpanel-tls
|
||||
basicAuth:
|
||||
enabled: true
|
||||
runtimeEnv:
|
||||
API_BASE_URL: https://api.dev.sovamed.ru
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user