Fix deployment.yaml with correct Docker image name

This commit is contained in:
VIPIN 2025-09-12 15:59:48 +05:30
parent de9f10b90b
commit 7353b45f91

View File

@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: myapp
image: IMAGE_PLACEHOLDER # Jenkins will replace this
image: vipin2025devops/myapp:latest
ports:
- containerPort: 3000