b0dce55cd436ac7f1c9bba56cfd5439bc6cc2bfc
The single authentik Gateway kept cert-manager.io annotations (vault-issuer, common-name identity.k8s.syd1.au.unkin.net) while its public identity.unkin.net https listener referenced the reflector-managed wildcard-unkin-net-tls. The cert-manager gateway-shim mints a Certificate per distinct listener secretName from Gateway-level annotations, so it would create a competing vault-issuer Certificate for wildcard-unkin-net-tls and fight the emberstack reflector over that secret. Split into two Gateways mirroring the cheeztv/fafflix convention: - authentik (public): identity.unkin.net listeners on wildcard-unkin-net-tls, no cert-manager annotations, external-dns publishes identity.unkin.net. - authentik-internal: identity.k8s.syd1.au.unkin.net listeners on authentik-tls with the vault-issuer cert-manager annotations, external-dns publishes the cluster host. Both target 198.18.200.4. Update HTTPRoutes to attach each hostname's redirect + app route to the matching gateway's http/https sections.
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%