Files
homelab/k8s/apps/xandikos/mmdl-service.yaml
AB-UK 97001813be
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 6s
Added xandikos calendar
2025-12-23 01:33:33 +00:00

15 lines
192 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: mmdl
spec:
selector:
app: mmdl
type: ClusterIP
ports:
- name: http
port: 3000
protocol: TCP
targetPort: 3000