From b9833aa6048ada6b62dd4f0c828773115b099828 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Wed, 25 Mar 2020 11:34:49 +0100 Subject: [PATCH] change ports --- cmd/zitadel/startup.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/zitadel/startup.yaml b/cmd/zitadel/startup.yaml index 9a8a4bce69..c84f9015a1 100644 --- a/cmd/zitadel/startup.yaml +++ b/cmd/zitadel/startup.yaml @@ -12,30 +12,30 @@ Log: Mgmt: API: GRPC: - ServerPort: 60020 - GatewayPort: 60021 + ServerPort: 50010 + GatewayPort: 50011 CustomHeaders: - x-caos- Auth: API: GRPC: - ServerPort: 60050 - GatewayPort: 60051 + ServerPort: 50020 + GatewayPort: 50021 CustomHeaders: - x-caos- Login: - +# will get port range 5003x Admin: API: GRPC: - ServerPort: 60090 - GatewayPort: 60091 + ServerPort: 50040 + GatewayPort: 50041 CustomHeaders: - x-caos- Console: - Port: '9090' - StaticDir: '/app/console/dist' + Port: 50050 + StaticDir: /app/console/dist