fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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: /
|
||||||
|
|||||||
Reference in New Issue
Block a user