update image path for argo workflow

This commit is contained in:
salahangal 2025-11-14 11:06:09 +01:00
parent 06547edc3b
commit e4546cd007
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Workflow kind: Workflow
metadata: metadata:
generateName: ingest-hadithapi- generateName: ingest-hadithapi-
namespace: argo namespace: ml
spec: spec:
entrypoint: ingest-pipeline entrypoint: ingest-pipeline
@ -41,7 +41,7 @@ spec:
- name: limit - name: limit
container: container:
image: hadith-ingestion:latest image: axxs/hadith-ingestion:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: [python, /app/src/main_hadithapi.py] command: [python, /app/src/main_hadithapi.py]
args: args:
@ -102,7 +102,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Workflow kind: Workflow
metadata: metadata:
generateName: ingest-all-hadithapi- generateName: ingest-all-hadithapi-
namespace: argo namespace: ml
spec: spec:
entrypoint: ingest-all-books entrypoint: ingest-all-books
@ -172,7 +172,7 @@ spec:
- name: book-slug - name: book-slug
container: container:
image: hadith-ingestion:latest image: axxs/hadith-ingestion:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: [python, /app/src/main_hadithapi.py] command: [python, /app/src/main_hadithapi.py]
args: args:

View File

@ -7,7 +7,7 @@ echo "=== Kubernetes HadithAPI Integration Test ==="
# 1. Create secrets # 1. Create secrets
echo "Creating secrets..." echo "Creating secrets..."
./create-secrets.sh #./create-secrets.sh
# 2. Build and load image (if using local cluster) # 2. Build and load image (if using local cluster)
echo "Building Docker image..." echo "Building Docker image..."