12 lines
229 B
Django/Jinja
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
|