fix: change proto package (#1404)

* change proto package

* fix mgmt
This commit is contained in:
Silvan 2021-03-10 16:22:52 +01:00 committed by GitHub
parent 87a2e18a4d
commit 4af463d9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,