mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-24 21:21:45 +00:00
feat: port reduction (#323)
* move mgmt pkg * begin package restructure * rename auth package to authz * begin start api * move auth * move admin * fix merge * configs and interceptors * interceptor * revert generate-grpc.sh * some cleanups * console * move console * fix tests and merging * js linting * merge * merging and configs * change k8s base to current ports * fixes * cleanup * regenerate proto * remove unnecessary whitespace * missing param * go mod tidy * fix merging * move login pkg * cleanup * move api pkgs again * fix pkg naming * fix generate-static.sh for login * update workflow * fixes * logging * remove duplicate * comment for optional gateway interfaces * regenerate protos * fix proto imports for grpc web * protos * grpc web generate * grpc web generate * fix changes * add translation interceptor * fix merging * regenerate mgmt proto
This commit is contained in:
@@ -22,24 +22,12 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: []
|
||||
ports:
|
||||
- name: management-rest
|
||||
containerPort: 50011
|
||||
- name: management-grpc
|
||||
containerPort: 50010
|
||||
- name: auth-rest
|
||||
containerPort: 50021
|
||||
- name: issuer-rest
|
||||
containerPort: 50022
|
||||
- name: auth-grpc
|
||||
containerPort: 50020
|
||||
- name: admin-rest
|
||||
containerPort: 50041
|
||||
- name: admin-grpc
|
||||
containerPort: 50040
|
||||
- name: console-http
|
||||
containerPort: 50050
|
||||
- name: accounts-http
|
||||
containerPort: 50031
|
||||
- name: grpc
|
||||
containerPort: 50001
|
||||
- name: http
|
||||
containerPort: 50002
|
||||
- name: ui
|
||||
containerPort: 50003
|
||||
env:
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
|
Reference in New Issue
Block a user