066dc41b558b28bf29e329753a53030d00655324
The jellyfin-config Schedule had no PVC selector and the k8up chart runs skipWithoutAnnotation=false, so restic swept in every PVC in the namespace (media, transcode scratch, redis, per-pod cache, CNPG data) — RWO volumes also fail to mount while in use. k8up 4.10.0's Schedule CRD has no positive PVC selector, so exclude every non-config PVC by annotation. - Annotate media-tv, media-movies, transcode and redis-data PVCs with k8up.io/backup: "false". - Annotate the per-pod cache volumeClaimTemplate the same way. - Propagate the annotation to the CNPG data PVCs via inheritedMetadata (postgres has its own barmanObjectStore backup). - Leave jellyfin-config unannotated so it remains the only backup target.
argocd-apps docs
Operational notes for the manifests in this repo.
| Doc | What it covers |
|---|---|
| cnpg-backups.md | How CNPG Postgres backups (WAL archiving + nightly base backups) to Ceph RGW are configured. |
| cnpg-restore.md | Restoring a CNPG cluster: full recovery, point-in-time recovery, cutover, and gotchas. |
| authentik-rancher-sso.md | Manual runtime step to point Rancher's OIDC auth at the canonical identity.unkin.net issuer and trust the internal CA. |
| gitea-migration.md | Staged cutover of the git.unkin.net forge from the Puppet VM to the gitea namespace. |
| ca-rotation.md | Rolling the internal unkin.net PKI CA (vault-ca-cert): what Reloader restarts automatically vs. manual/CNPG restarts. |
Description
Languages
Shell
88.8%
Makefile
11.2%