kube-cascade/matrix/maubot-svc.yaml

17 lines
231 B
YAML
Raw Permalink Normal View History

2023-12-20 22:40:16 +00:00
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