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