Configure a matrix database Configure Dendrite into Kubernetes Update vps configuration to new settings
15 lines
207 B
YAML
15 lines
207 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: dendrite
|
|
labels:
|
|
app: dendrite
|
|
spec:
|
|
selector:
|
|
app: dendrite
|
|
ports:
|
|
- port: 8008
|
|
targetPort: http
|
|
protocol: TCP
|
|
type: ClusterIP
|