Skip to content

Commit 9d12a5e

Browse files
committed
Fix wrong port for internal HTTP
1 parent 558de47 commit 9d12a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
- name: LISTEN_ADDRESS
7474
value: ":3000"
7575
- name: INTERNAL_LISTEN_ADDRESS
76-
value: ":3000"
76+
value: ":3005"
7777
- name: GRPC_LISTEN_ADDRESS
7878
value: ":3001"
7979
- name: USERSYNC_SERVICE_ACCOUNT

0 commit comments

Comments
 (0)