2026-09-11 16:35:14 +02:00
|
|
|
# Review-only template. Copy into the exact admitted company binding, fill the
|
|
|
|
|
# tested image digest/host/Secret, and use a dedicated namespace and database.
|
|
|
|
|
# This does not upgrade or reuse the historical vergabe_db installation.
|
|
|
|
|
pilot:
|
|
|
|
|
enabled: true
|
|
|
|
|
image:
|
|
|
|
|
digest: "" # Required; the old published image lacks the pilot access gate.
|
|
|
|
|
replicaCount: 1
|
2026-09-11 18:47:52 +02:00
|
|
|
# User-approved prototype allocation, 2026-09-11. Measure under CUST-WP-0071.
|
|
|
|
|
# CPU limit and memory resources inherit the chart values.
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 60m
|
2026-09-11 16:35:14 +02:00
|
|
|
envSecretName: vergabe-pilot-env
|
|
|
|
|
env:
|
|
|
|
|
DJANGO_SETTINGS_MODULE: vergabe_teilnahme.settings.prod
|
|
|
|
|
ALLOWED_HOSTS: pilot.example.invalid,localhost
|
|
|
|
|
CSRF_TRUSTED_ORIGINS: https://pilot.example.invalid
|
|
|
|
|
probes:
|
|
|
|
|
hostHeader: pilot.example.invalid
|
|
|
|
|
persistence:
|
|
|
|
|
media:
|
|
|
|
|
enabled: true
|
|
|
|
|
appState:
|
|
|
|
|
enabled: true
|