Stop mislabeling the Compose box as production in read-only audits

This commit is contained in:
2026-08-18 09:29:25 +07:00
parent 332cb657ee
commit e5afedfa2f
18 changed files with 414 additions and 494 deletions
@@ -0,0 +1,28 @@
# Production — the `medical-chatbot-data` release (PostgreSQL + Qdrant).
#
# Companion to values-production.yaml. The practice cluster deliberately splits
# the chart into two ArgoCD Applications so that PostgreSQL and Qdrant survive
# every app rollout, prune and self-heal: only this release owns the
# PersistentVolumeClaims, so an app-side sync failure can never delete the
# 15,100-point corpus or the query history.
#
# It therefore runs *only* the stateful half — PostgreSQL and Qdrant are left
# at their chart defaults (`enabled: true`) and everything else is switched off.
#
# Kept inline on the Application rather than here: nothing. This release has no
# image tag that CI rewrites and no secret, so it is fully tracked in Git.
global:
environment: production
aiService:
enabled: false
web:
enabled: false
observability:
enabled: false
ingress:
enabled: false