Adds mautic app.

This commit is contained in:
2026-06-19 21:33:11 +00:00
parent 2d0292a69b
commit 2ebbc65dd3
10 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: mautic
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP