kube-cascade/matrix/maubot-svc.yaml

17 lines
231 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: maubot
name: maubot
namespace: synapse
spec:
ports:
- port: 8080
name: http
protocol: TCP
targetPort: 8080
selector:
app: maubot
type: ClusterIP