From 48dc9e6569c3f56aff63dbe905d773ea1b8d46ad Mon Sep 17 00:00:00 2001 From: ArgoCD Setup Date: Fri, 10 Apr 2026 12:46:33 -0300 Subject: [PATCH] fix --- Dockerfile | 2 +- k8s/deployment.yaml | 2 +- k8s/ingress.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4564436..2f6f072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL maintainer="workshop" LABEL description="App que trava para demonstrar liveness probes" # Metadados OCI -LABEL org.opencontainers.image.source="https://git.kube.quest" +LABEL org.opencontainers.image.source="https://git-morada.kube.quest" LABEL org.opencontainers.image.title="node-bugado" WORKDIR /app diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 27c04d2..5b5b9dd 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/depaula/node-bugado:latest + image: git-morada.kube.quest/depaula/node-bugado:latest ports: - containerPort: 3000 name: http diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index 9d05a5c..942c9be 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -21,7 +21,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: bugado.kube.quest + - host: bugado2.kube.quest http: paths: - path: /