diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 5c83df7..c033771 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: myapp - image: IMAGE_PLACEHOLDER # Jenkins will replace this + image: vipin2025devops/myapp:latest ports: - containerPort: 3000