Skip to content

Commit 9e0bee4

Browse files
committed
fix: expose agent's internal-api to hasura
1 parent 6663f46 commit 9e0bee4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.yarn

charts/chaingraph/templates/agent-service.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ kind: Service
33
metadata:
44
name: agent-service
55
labels:
6-
app: agent
6+
app: chaingraph-agent
77
{{- include "chaingraph.labels" . | nindent 4 }}
88
spec:
99
ports:
10-
- name: api
10+
- name: internal-api
1111
port: {{ .Values.agent.port }}
1212
type: ClusterIP
1313
selector:
14-
app: agent
14+
app: chaingraph-agent

0 commit comments

Comments
 (0)