initial stage
This commit is contained in:
parent
8307ebd406
commit
05592343e0
|
@ -55,7 +55,7 @@ task = KubernetesPodOperator(
|
|||
"--opensearch.port", str(conn.port),
|
||||
"--openai.host", "local-ai.kg-airflow.svc.cluster.local",
|
||||
"--openai.port", "8000",
|
||||
"--parallelism", "8"
|
||||
"--parallelism", "6"
|
||||
],
|
||||
secrets=secrets,
|
||||
is_delete_operator_pod=True,
|
||||
|
|
Loading…
Reference in New Issue