Files
nixos/manifests/matrix/service.yaml
T

15 lines
207 B
YAML
Raw Normal View History

2025-05-26 23:37:24 -05:00
apiVersion: v1
kind: Service
metadata:
name: dendrite
labels:
app: dendrite
spec:
selector:
app: dendrite
ports:
- port: 8008
targetPort: http
protocol: TCP
type: ClusterIP