Adds listmonk app.

This commit is contained in:
2025-08-05 17:38:28 -07:00
parent f4f2bfae1c
commit 03c631d67f
8 changed files with 243 additions and 0 deletions

11
apps/listmonk/pvc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: listmonk-data
namespace: listmonk
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: {{ .apps.listmonk.storage }}