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

12 lines
223 B
Django/Jinja

---
# The service for internal components communication with the gitserver.
apiVersion: v1
kind: Service
metadata:
name: agola-gitserver
spec:
ports:
- port: 4003
selector:
app: agola
component: gitserver