infrastructure/k8s/roles/agola/templates/runservice-svc.yml.j2

13 lines
226 B
Text
Raw Normal View History

2022-09-11 16:49:31 +00:00
---
# The service for internal components communication with the runservice.
apiVersion: v1
kind: Service
metadata:
name: agola-runservice
spec:
ports:
- port: 4000
selector:
app: agola
component: runservice