feat: add Listmonk newsletter platform on Legion k3s

- Namespace, ExternalSecrets (Vault), DB init job, deployment, service, PVC, ingress
- Routes newsletter.harmonic-framework.com via existing Cloudflare tunnel
- Uses shared platform postgres with dedicated listmonk DB/user
- Credentials stored at secret/data/listmonk in Vault
This commit is contained in:
Will Anderson
2026-04-04 18:43:44 -05:00
parent eefaeafcfc
commit bf40bd7f15
7 changed files with 301 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: listmonk-uploads
namespace: listmonk
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi