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

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: listmonk
namespace: listmonk
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
component: web