k8s-and-chill/rendered/envs/production/forgejo
Felix Wolf 279cd0d19f refactor(prototypes): parameterize env-specific values for multi-env support
Extract domain, ingress class, TLS issuer, storage classes, S3 endpoints,
backup toggles, and forgejo node selector into env-data values. Each
prototype's app-data declares its subdomain alongside namespace; templates
compute host as <subdomain>.<cluster.domain>.

Schema is shape-only with safe defaults; production env-data sets values
explicitly. Backup CronJobs and external-secret prechecks gate on
backups.enabled and ocis.s3.external. Adds mkcert ClusterIssuer + precheck
Job for local-dev TLS, gated on cluster.tls.issuer == "mkcert".

forgejo argocd-deploy-key Job: REPO_URL/FORGEJO_URL moved to container env
vars to keep the script ytt-templatable; runtime behavior unchanged.

Production render verified byte-identical (excluding the deploy-key Job
env-var refactor and chart-volatile UUID ConfigMaps).
2026-05-03 15:08:48 +02:00
..
cluster-forgejo-cnpg.yaml feat: Add automated backups for Forgejo (Postgres + git repos) 2026-04-03 17:29:03 +02:00
clusterrole-argocd-deploy-key-init.yaml feat: replace secret-init Jobs with mittwald operator + cert-manager 2026-05-03 00:00:07 +02:00
clusterrolebinding-argocd-deploy-key-init.yaml feat: Wire ArgoCD to Forgejo for GitOps management 2026-03-30 23:09:50 +02:00
cronjob-forgejo-git-backup.yaml feat: Add automated backups for Forgejo (Postgres + git repos) 2026-04-03 17:29:03 +02:00
deployment-forgejo.yaml feat: Migrate Forgejo to CNPG PostgreSQL + Hetzner CSI volumes 2026-04-03 16:37:13 +02:00
ingress-forgejo.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
job-argocd-deploy-key-init.yaml refactor(prototypes): parameterize env-specific values for multi-env support 2026-05-03 15:08:48 +02:00
namespace-forgejo.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
persistentvolumeclaim-forgejo-git-storage.yaml feat: Migrate Forgejo to CNPG PostgreSQL + Hetzner CSI volumes 2026-04-03 16:37:13 +02:00
scheduledbackup-forgejo-daily-backup.yaml feat: Add automated backups for Forgejo (Postgres + git repos) 2026-04-03 17:29:03 +02:00
secret-forgejo-admin-secret.yaml feat: replace secret-init Jobs with mittwald operator + cert-manager 2026-05-03 00:00:07 +02:00
secret-forgejo-init.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
secret-forgejo-inline-config.yaml feat: Migrate Forgejo to CNPG PostgreSQL + Hetzner CSI volumes 2026-04-03 16:37:13 +02:00
secret-forgejo-repo-keypair.yaml feat: replace secret-init Jobs with mittwald operator + cert-manager 2026-05-03 00:00:07 +02:00
secret-forgejo.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
service-forgejo-http.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
service-forgejo-ssh.yaml feat: Switch Forgejo SSH to hostPort 222 2026-03-30 20:56:38 +02:00
serviceaccount-argocd-deploy-key-init.yaml feat: Wire ArgoCD to Forgejo for GitOps management 2026-03-30 23:09:50 +02:00
serviceaccount-forgejo-git-backup.yaml feat: Add automated backups for Forgejo (Postgres + git repos) 2026-04-03 17:29:03 +02:00