This commit is contained in:
ArgoCD Setup
2026-04-10 12:46:33 -03:00
parent ca02d12bef
commit 48dc9e6569
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ LABEL maintainer="workshop"
LABEL description="App que trava para demonstrar liveness probes" LABEL description="App que trava para demonstrar liveness probes"
# Metadados OCI # 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" LABEL org.opencontainers.image.title="node-bugado"
WORKDIR /app WORKDIR /app

View File

@@ -27,7 +27,7 @@ spec:
containers: containers:
- name: node-bugado - name: node-bugado
# IMPORTANTE: Esta linha é atualizada automaticamente pelo GitLab CI # 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: ports:
- containerPort: 3000 - containerPort: 3000
name: http name: http

View File

@@ -21,7 +21,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: bugado.kube.quest - host: bugado2.kube.quest
http: http:
paths: paths:
- path: / - path: /