Skip to content

Commit 0e10a13

Browse files
authored
Update the cofide-agent XDS service name (#31)
1 parent 7f61e66 commit 0e10a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/const/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// Cofide Agent
2626
const (
2727
AgentXDSPort = 18001
28-
AgentXDSService = "cofide-agent.cofide.svc.cluster.local"
28+
AgentXDSService = "cofide-agent-xds.cofide.svc.cluster.local"
2929
)
3030

3131
// SPIFFE Enable

0 commit comments

Comments
 (0)