mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
fix: use correct image for qdrant sync cronjob
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: links-qdrant-sync
|
||||
namespace: links
|
||||
namespace: ai
|
||||
spec:
|
||||
schedule: "0 0 * * *"
|
||||
successfulJobsHistoryLimit: 3
|
||||
@@ -13,7 +13,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: sync-worker
|
||||
image: ghcr.io/your-username/links:latest # Note: Requires correct image path
|
||||
image: ghcr.io/wahyd4/links:latest # Note: Requires correct image path
|
||||
command: ["python", "qdrant_sync.py"]
|
||||
env:
|
||||
- name: DJANGO_API
|
||||
|
||||
Reference in New Issue
Block a user