Fix deployment.yaml with correct Docker image name
This commit is contained in:
parent
de9f10b90b
commit
7353b45f91
@ -14,6 +14,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: myapp
|
- name: myapp
|
||||||
image: IMAGE_PLACEHOLDER # Jenkins will replace this
|
image: vipin2025devops/myapp:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user