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