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

13 lines
229 B
Text
Raw Normal View History

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