From ca02d12bef49d8cc2aafa09edd4384bc21beb0c9 Mon Sep 17 00:00:00 2001 From: Allyson de Paula Date: Sat, 21 Feb 2026 18:25:18 -0300 Subject: [PATCH] Edit deployment.yaml --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 3ebeb61..27c04d2 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -27,7 +27,7 @@ spec: containers: - name: node-bugado # IMPORTANTE: Esta linha é atualizada automaticamente pelo GitLab CI - image: registry.kube.quest/workshop/node-bugado:latest + image: registry.kube.quest/depaula/node-bugado:latest ports: - containerPort: 3000 name: http