infrastructure/k8s/roles/agola/templates/runservice-svc.yml.j2
2022-09-11 18:49:31 +02:00

12 lines
226 B
Django/Jinja

---
# 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