forked from public/stack
11 lines
157 B
YAML
11 lines
157 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: synapse-federation
|
||
|
spec:
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: http
|
||
|
protocol: TCP
|