Commit Graph

7 Commits

Author SHA1 Message Date
Roger Oriol
66433ff0b1 fix tls: use letsencrypt-prod cluster-issuer for jellyfin/n8n/qbittorrent/myorg/phoenix/fava
The ingresses referenced a Cloudflare OriginIssuer 'prod-issuer' whose CRD
and controller are not installed in the cluster, so cert-manager could not
issue certs and Traefik served a default cert (invalid SSL). Switch to the
existing letsencrypt-prod ClusterIssuer with specific hostnames + per-app
secrets, matching the working ingresses (http-01 cannot issue wildcards).
2026-06-23 11:46:38 +02:00
Roger Oriol
aa4793dd51 memory fixes 2026-02-02 20:47:09 +01:00
Roger Oriol
8fb5994ed9 change n8n service to clusterip 2026-01-24 12:36:41 +01:00
Roger Oriol
b322e03ce9 grant n8n postgres user permissions for public schema 2026-01-24 12:23:17 +01:00
Roger Oriol
ae3c352f7a grant n8n postgres user permissions for public schema 2026-01-24 12:16:54 +01:00
Roger Oriol
aff5115167 upgrade n8n postgres to version 18 2026-01-24 11:55:54 +01:00
Roger Oriol
d48dc87396 add n8n deployment 2026-01-24 11:19:21 +01:00