24 lines
637 B
YAML
24 lines
637 B
YAML
---
|
|
# Source: matrix-synapse/charts/matrix-synapse/templates/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: matrix-synapse-replication
|
|
labels:
|
|
helm.sh/chart: matrix-synapse-3.12.16
|
|
app.kubernetes.io/name: matrix-synapse
|
|
app.kubernetes.io/instance: matrix-synapse
|
|
app.kubernetes.io/version: "1.143.0"
|
|
app.kubernetes.io/managed-by: Helm
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 9093
|
|
targetPort: replication
|
|
protocol: TCP
|
|
name: replication
|
|
selector:
|
|
app.kubernetes.io/name: matrix-synapse
|
|
app.kubernetes.io/instance: matrix-synapse
|
|
app.kubernetes.io/component: synapse
|