add registry url

This commit is contained in:
mrxhunt 2026-03-11 18:44:31 +00:00
parent 90bf7df763
commit 41839ab862

View File

@ -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"