update image path for argo workflow
This commit is contained in:
parent
06547edc3b
commit
e4546cd007
|
|
@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||
kind: Workflow
|
||||
metadata:
|
||||
generateName: ingest-hadithapi-
|
||||
namespace: argo
|
||||
namespace: ml
|
||||
spec:
|
||||
entrypoint: ingest-pipeline
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ spec:
|
|||
- name: limit
|
||||
|
||||
container:
|
||||
image: hadith-ingestion:latest
|
||||
image: axxs/hadith-ingestion:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [python, /app/src/main_hadithapi.py]
|
||||
args:
|
||||
|
|
@ -102,7 +102,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||
kind: Workflow
|
||||
metadata:
|
||||
generateName: ingest-all-hadithapi-
|
||||
namespace: argo
|
||||
namespace: ml
|
||||
spec:
|
||||
entrypoint: ingest-all-books
|
||||
|
||||
|
|
@ -172,7 +172,7 @@ spec:
|
|||
- name: book-slug
|
||||
|
||||
container:
|
||||
image: hadith-ingestion:latest
|
||||
image: axxs/hadith-ingestion:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [python, /app/src/main_hadithapi.py]
|
||||
args:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ echo "=== Kubernetes HadithAPI Integration Test ==="
|
|||
|
||||
# 1. Create secrets
|
||||
echo "Creating secrets..."
|
||||
./create-secrets.sh
|
||||
#./create-secrets.sh
|
||||
|
||||
# 2. Build and load image (if using local cluster)
|
||||
echo "Building Docker image..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue