Files
homelab/k8s/apps/xandikos/mmdl-service.yaml

15 lines
192 B
YAML
Raw Normal View History

2025-12-23 01:33:33 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: mmdl
spec:
selector:
app: mmdl
type: ClusterIP
ports:
- name: http
port: 3000
protocol: TCP
targetPort: 3000