matrixcloud / deploy /k8s /service.yaml
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
270 Bytes
apiVersion: v1
kind: Service
metadata:
name: matrix-runtime
namespace: matrix-runtime
labels:
app: matrix-runtime
spec:
type: ClusterIP
selector:
app: matrix-runtime
ports:
- name: http
port: 8080
targetPort: http
protocol: TCP