Files
duocthu/infra/helm/medical-chatbot/values-production-data.yaml
T

29 lines
891 B
YAML

# 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