fix: ci and k8s resource
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user