From 53eccb3a2b4bc6ca05681544fa8dd02ccc2792b4 Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Mon, 16 Jun 2025 09:23:58 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20deployment.yaml=20image=20repositor?= =?UTF-8?q?y=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smarketing-ai/deployment/manifest/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarketing-ai/deployment/manifest/deployment.yaml b/smarketing-ai/deployment/manifest/deployment.yaml index 5e7e4cb..1a5df1d 100644 --- a/smarketing-ai/deployment/manifest/deployment.yaml +++ b/smarketing-ai/deployment/manifest/deployment.yaml @@ -19,7 +19,7 @@ spec: - name: acr-secret containers: - name: smarketing - image: dg0408cr.azurecr.io/smarketing/smarketing-ai:latest + image: dg0408cr.azurecr.io/smarketing-ai:latest imagePullPolicy: Always ports: - containerPort: 5001