Adds zulip app.

This commit is contained in:
2026-06-19 21:33:33 +00:00
parent cb5f3d66ff
commit 4d4b48cf72
16 changed files with 501 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: zulip-postgres
namespace: {{ .namespace }}
spec:
selector:
component: postgres
ports:
- port: 5432
targetPort: 5432
name: postgres