b0e527e970
Protect all public URLs via nginx basic auth; exempt Gitea API/registry/git paths for CI. Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
517 B
YAML
32 lines
517 B
YAML
namespace: sova-test
|
|
|
|
image:
|
|
repository: sova-adminpanel
|
|
tag: local-test
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePullSecrets: []
|
|
|
|
replicaCount: 1
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
host: admin.test.sova.local
|
|
basicAuth:
|
|
enabled: false
|
|
secretName: contour-basic-auth
|
|
realm: "Sova Test Contour"
|
|
skipLocations: "/.well-known/acme-challenge"
|
|
|
|
runtimeEnv:
|
|
API_BASE_URL: http://api.test.sova.local
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|