13 lines
229 B
Text
13 lines
229 B
Text
|
---
|
||
|
# 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
|