k8s-and-chill/envs/production/env-data.ytt.yaml
Felix Wolf 25714eeef6 feat: Migrate Forgejo to CNPG PostgreSQL + Hetzner CSI volumes
- Add hcloud-csi prototype (Hetzner Cloud CSI driver)
- Add cloudnative-pg prototype (CNPG operator)
- Add CNPG Cluster CR for Forgejo (2 instances, lean config for 4GB nodes)
- Add 20Gi hcloud-volumes PVC for Forgejo git repos
- Switch Forgejo from SQLite to PostgreSQL (forgejo-cnpg-rw service)
- Switch Forgejo persistence to hcloud-volumes (forgejo-git-storage)
- Fix ClusterRoleBinding subject namespaces for hcloud-csi and CNPG
- Fix CNPG webhook service namespace references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 16:37:13 +02:00

16 lines
321 B
YAML

#@data/values
---
environment:
id: production
applications:
- proto: argocd
- proto: traefik
- proto: cert-manager
- proto: forgejo
- proto: victoria-metrics-single
- proto: grafana
- proto: kube-state-metrics
- proto: node-exporter
- proto: hcloud-csi
- proto: cloudnative-pg