fix: ci and k8s resource

This commit is contained in:
Marian
2025-11-20 10:11:35 +00:00
parent 7d085f417c
commit 6254583ce8
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ on:
push:
branches:
- main
pull_request:
types: [closed]
branches:
- main
jobs:
build:
+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:test", "sync-backend-data-pool-incremental"]
command: ["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", "schedule:test", "sync-backend-data-pool-incremental"]
command: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
envFrom:
- configMapRef:
name: tap-frontend-config