Added xandikos calendar

This commit is contained in:
2025-12-23 01:07:31 +00:00
parent 01df6841a5
commit a541b2567c
5 changed files with 157 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: xandikos
labels:
app: xandikos
spec:
selector:
app: xandikos
ports:
- protocol: TCP
port: 8081
targetPort: 8081
name: http
type: ClusterIP