From aef53bb53c96d768c47a8813ef44d41fb7b57574 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 12 Aug 2024 09:56:11 +0200 Subject: [PATCH] =?UTF-8?q?Peque=C3=B1o=20cambio=20para=20pasar=20la=20var?= =?UTF-8?q?iable=20de=20entorno=20ENVIRONMENT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RepostajesPy/K8S/repostajes-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RepostajesPy/K8S/repostajes-deployment.yaml b/RepostajesPy/K8S/repostajes-deployment.yaml index 8a43546..1a2eb94 100644 --- a/RepostajesPy/K8S/repostajes-deployment.yaml +++ b/RepostajesPy/K8S/repostajes-deployment.yaml @@ -41,6 +41,8 @@ spec: env: - name: VERSION value: "$IMG_VERSION" + - name: ENVIRONMENT + value: "Producción" ports: - containerPort: 5000 name: repostajespy