From 41839ab862288f5e904efdbdd64550906a129952 Mon Sep 17 00:00:00 2001 From: mrxhunt Date: Wed, 11 Mar 2026 18:44:31 +0000 Subject: [PATCH] add registry url --- checkout/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout/deployment.yaml b/checkout/deployment.yaml index 94b95b1..205f9f6 100644 --- a/checkout/deployment.yaml +++ b/checkout/deployment.yaml @@ -24,7 +24,7 @@ spec: serviceAccountName: checkout-sa containers: - name: checkout - image: YOUR_REGISTRY/{{ ORG_NAME }}-project/checkout:latest + image: harbor.mxhunt.in/k8s-lab/checkout:latest env: - name: PAYMENT_API_URL value: "http://payment-api:8080/transactions"