Skip to content

Commit 3d96563

Browse files
authored
Limit sources (#65)
* limit number of sources pods * update deps
1 parent f1a29bc commit 3d96563

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

files/bin/deploy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ def main() -> None:
174174
"--frontends", deploy_frontends,
175175
"--no-single-replicas",
176176
"--set-parameter", "rbac/MIN_REPLICAS=1",
177+
"--set-parameter", "sources-api/MIN_REPLICAS=1",
178+
"--set-parameter", "sources-api/BACKGROUND_WORKER_MIN_REPLICAS=0",
179+
"--set-parameter", "sources-api/AVAILABILITY_MIN_REPLICAS=0",
177180
"--set-parameter", "trino/HIVE_PROPERTIES_FILE=glue.properties",
178181
"--set-parameter", "trino/GLUE_PROPERTIES_FILE=hive.properties",
179182
*components_arg,

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ chardet==5.2.0
1212
charset-normalizer==3.4.3
1313
click==8.2.1
1414
colorama==0.4.4
15-
crc-bonfire==6.4.6
15+
crc-bonfire==6.5.0
1616
docutils==0.16
1717
durationpy==0.10
1818
fuzzy-date==0.5.6

0 commit comments

Comments
 (0)