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

11 lines
157 B
YAML
Raw Normal View History

2024-01-22 05:55:00 +00:00
apiVersion: v1
kind: Service
metadata:
name: synapse-federation
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP