Skip to content

Commit

Permalink
ZIL-5451: PDT - fix listen (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBruno authored Oct 30, 2023
1 parent e04bf67 commit f8ddb9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions products/pdt/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ spec:
configMapKeyRef:
name: pdt
key: NETWORK_TYPE_MAINNET
- name: BUFFER_SIZE
valueFrom:
configMapKeyRef:
name: pdt
key: BUFFER_SIZE
command: ["/bin/bash", "-c"]
args:
- ./pdt --network-type $NETWORK_TYPE bqlisten --project-id $PROJECT_ID --dataset-id $DATASET_ID --buffer-size $BUFFER_SIZE

0 comments on commit f8ddb9b

Please sign in to comment.