From 97397857168761ebdf875eafc62c214825399e01 Mon Sep 17 00:00:00 2001 From: prateekniet Date: Mon, 14 Oct 2024 20:18:04 +0530 Subject: [PATCH] Update vote-deployment.yaml --- k8s-specifications/vote-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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