Added xandikos calendar

This commit is contained in:
2025-12-23 01:33:33 +00:00
parent ebd2ed0b71
commit 97001813be
4 changed files with 81 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: mmdl
spec:
selector:
app: mmdl
type: ClusterIP
ports:
- name: http
port: 3000
protocol: TCP
targetPort: 3000