From edc35335260b1d5c18b229b2724f8d4af09f6ba3 Mon Sep 17 00:00:00 2001 From: Srikanth141 <128062269+Srikanth141@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:56:14 +0530 Subject: [PATCH] Update deployment.yaml --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index d27b6591..0f020d3b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: react-app-container - image: sevenajay/2048:latest # Use your actual Docker image name and tag + image: srikanthmadhavarapu/2048:latest # Use your actual Docker image name and tag ports: - containerPort: 3000 # The port your React app is listening on