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