mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
parent
87a2e18a4d
commit
4af463d9dc
@ -71,7 +71,7 @@ func AdaptFunc(
|
||||
labels.MustForName(componentLabels, AdminMName),
|
||||
true,
|
||||
apiDomain,
|
||||
"/caos.zitadel.admin.api.v1.AdminService/",
|
||||
"/zitadel.admin.v1.AdminService/",
|
||||
"",
|
||||
grpcURL,
|
||||
30000,
|
||||
@ -87,7 +87,7 @@ func AdaptFunc(
|
||||
labels.MustForName(componentLabels, AuthMName),
|
||||
true,
|
||||
apiDomain,
|
||||
"/caos.zitadel.auth.api.v1.AuthService/",
|
||||
"/zitadel.auth.v1.AuthService/",
|
||||
"",
|
||||
grpcURL,
|
||||
30000,
|
||||
@ -103,7 +103,7 @@ func AdaptFunc(
|
||||
labels.MustForName(componentLabels, MgmtMName),
|
||||
true,
|
||||
apiDomain,
|
||||
"/caos.zitadel.management.api.v1.ManagementService/",
|
||||
"/zitadel.management.v1.ManagementService/",
|
||||
"",
|
||||
grpcURL,
|
||||
30000,
|
||||
|
Loading…
Reference in New Issue
Block a user