diff --git a/k8s-specifications/vote-deployment.yaml b/k8s-specifications/vote-deployment.yaml index 165a9478f8..6cf2d16677 100644 --- a/k8s-specifications/vote-deployment.yaml +++ b/k8s-specifications/vote-deployment.yaml @@ -15,7 +15,7 @@ spec: app: vote spec: containers: - - image: dockersamples/examplevotingapp_vote + - image: jfrogbdt.jfrog.io/demo-docker/demovote:10 name: vote ports: - containerPort: 80