Commit Graph
3 Commits
Author SHA1 Message Date
rock f71d116a40 fix(cnpg): scale paperless-db, immich-db, gotify-db to 3 instances
3 CP nodes available — run one CNPG instance per node for proper HA.
2 instances loses quorum on single node failure.

memory-db stays at 2 (acceptable for that workload).
2026-09-11 07:56:21 +09:00
rock 9d3a669dfe fix(gotify): move SOPS secrets to ksops generator
ArgoCD couldn't decrypt secrets.yaml because it was listed as a plain
kustomize resource. Move the 3 secrets (gotify-admin, gotify-tokens,
gotify-smtp) to k8s/argocd/secrets/ as .enc.yaml files processed by
the ksops generator, matching the repo convention.

Fixes ComparisonError: 'Object Kind is missing' (SOPS ciphertext
parsed as raw YAML).
2026-09-10 22:32:24 +09:00
rock 128e76ce2d feat(gotify): push notification server + SMTP email relay (#19)
Co-authored-by: rock <[email protected]>
2026-09-10 01:35:59 +00:00