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