From d040174638be2378ea7ef87799a477650c80b796 Mon Sep 17 00:00:00 2001 From: mrxhunt Date: Wed, 11 Mar 2026 18:45:35 +0000 Subject: [PATCH] add registry url --- phoenix/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoenix/deployment.yaml b/phoenix/deployment.yaml index 8e4679b..9a14152 100644 --- a/phoenix/deployment.yaml +++ b/phoenix/deployment.yaml @@ -23,7 +23,7 @@ spec: - name: harbor-secret containers: - name: phoenix-app - image: YOUR_REGISTRY/{{ ORG_NAME }}-project/phoenix:latest + image: harbor.mxhunt.in/k8s-lab/phoenix:latest ports: - containerPort: 8080 hostPort: 8080