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