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

12 lines
229 B
Django/Jinja

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