stack/kustomizations/matrix/synapse/federation-service.yaml

11 lines
157 B
YAML

apiVersion: v1
kind: Service
metadata:
name: synapse-federation
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP