1
0
Fork 0
distrust-stack/kustomizations/matrix/synapse/service.yaml

17 lines
258 B
YAML
Raw Normal View History

2024-01-22 05:55:00 +00:00
kind: Service
apiVersion: v1
metadata:
name: synapse
spec:
ports:
- name: http
protocol: TCP
port: 8008
targetPort: 8008
- name: https
protocol: TCP
port: 8448
targetPort: 8448
selector: {}
type: ClusterIP