Require published FI brief evidence before clearing daily due
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a09cbd-43c1-79f3-809e-1ee97b40b64d
This commit is contained in:
parent
039010f2b8
commit
289aff3dbf
6 changed files with 110 additions and 22 deletions
|
|
@ -1202,7 +1202,7 @@ spec:
|
|||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: migrate
|
||||
image: activity-core:railiance01-prod
|
||||
image: activity-core:fi-publication-20260914
|
||||
imagePullPolicy: Never
|
||||
command: ["python", "-m", "alembic", "upgrade", "head"]
|
||||
envFrom:
|
||||
|
|
@ -1230,7 +1230,7 @@ spec:
|
|||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: sync
|
||||
image: activity-core:railiance01-prod
|
||||
image: activity-core:fi-publication-20260914
|
||||
imagePullPolicy: Never
|
||||
command:
|
||||
- sh
|
||||
|
|
@ -1287,7 +1287,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: api
|
||||
image: activity-core:railiance01-prod
|
||||
image: activity-core:fi-publication-20260914
|
||||
imagePullPolicy: Never
|
||||
command: ["uvicorn", "activity_core.api:app", "--host", "0.0.0.0", "--port", "8010"]
|
||||
ports:
|
||||
|
|
@ -1363,7 +1363,7 @@ spec:
|
|||
fsGroup: 1000
|
||||
containers:
|
||||
- name: worker
|
||||
image: activity-core:railiance01-prod
|
||||
image: activity-core:fi-publication-20260914
|
||||
imagePullPolicy: Never
|
||||
command: ["python", "-m", "activity_core.worker"]
|
||||
ports:
|
||||
|
|
@ -1458,7 +1458,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: event-router
|
||||
image: activity-core:railiance01-prod
|
||||
image: activity-core:fi-publication-20260914
|
||||
imagePullPolicy: Never
|
||||
command: ["python", "-m", "activity_core.event_router"]
|
||||
envFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue