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

13 lines
223 B
Text
Raw Normal View History

2022-09-11 16:49:31 +00:00
---
# 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