fix(sync): restore worker incremental API DB resolution

This commit is contained in:
2026-04-10 04:07:27 +00:00
parent b2cd26af30
commit afe56393e7
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -20,6 +20,11 @@ spec:
env:
- name: MANAGER_SOCKET_URL
value: "http://optima-api.optima.svc.cluster.local:8671"
- name: API_DATABASE_URL
valueFrom:
secretKeyRef:
name: api-env-secret
key: DATABASE_URL
envFrom:
- secretRef:
name: api-env-secret