initial stage
This commit is contained in:
parent
2563f70bfe
commit
a50db121d1
|
@ -49,16 +49,14 @@ task = KubernetesPodOperator(
|
||||||
namespace='kg-airflow',
|
namespace='kg-airflow',
|
||||||
image='gbloisi/curation:1.0.0',
|
image='gbloisi/curation:1.0.0',
|
||||||
image_pull_policy="Always",
|
image_pull_policy="Always",
|
||||||
cmds=['sleep'],
|
cmds=['python3'],
|
||||||
arguments=['9999999'],
|
arguments=['/antispam-batch.py',
|
||||||
# cmds=['python3'],
|
"--opensearch.host", conn.host,
|
||||||
# arguments=['/antispam-batch.py',
|
"--opensearch.port", str(conn.port),
|
||||||
# "--opensearch.host", conn.host,
|
"--openai.host", "local-ai.kg-airflow.dev-1.eosc.intranet",
|
||||||
# "--opensearch.port", str(conn.port),
|
"--openai.port", "8000",
|
||||||
# "--openai.host", "local-ai.kg-airflow.dev-1.eosc.intranet",
|
"--parallelism", "8"
|
||||||
# "--openai.port", "8000",
|
],
|
||||||
# "--parallelism", "8"
|
|
||||||
# ],
|
|
||||||
secrets=secrets,
|
secrets=secrets,
|
||||||
is_delete_operator_pod=True,
|
is_delete_operator_pod=True,
|
||||||
in_cluster=True,
|
in_cluster=True,
|
||||||
|
|
Loading…
Reference in New Issue