This commit is contained in:
Marian
2025-11-26 10:18:52 +00:00
parent b33ca76667
commit 355bbaf0c1
2 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ spec:
containers:
- name: sync-backend-data-pool
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
command: ["php", "artisan", "schedule:run"]
args: ["php", "artisan", "schedule:run"]
envFrom:
- configMapRef:
name: tap-frontend-config
@@ -47,7 +47,7 @@ spec:
containers:
- name: sync-backend-data-pool
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
command: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
args: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
envFrom:
- configMapRef:
name: tap-frontend-config