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