From 4e61c5bbfb2a555de3078ada3ec56ecaadceb54b Mon Sep 17 00:00:00 2001 From: Piotr Bosak Date: Thu, 4 Jan 2024 19:16:14 +0100 Subject: [PATCH] set orchestrator env --- charts/codezero/templates/orchestrator/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/codezero/templates/orchestrator/deployment.yaml b/charts/codezero/templates/orchestrator/deployment.yaml index 1abbf2c..5f9863d 100644 --- a/charts/codezero/templates/orchestrator/deployment.yaml +++ b/charts/codezero/templates/orchestrator/deployment.yaml @@ -45,7 +45,7 @@ spec: - name: CZ_PORT value: '8900' - name: NODE_ENV - value: 'development' + value: 'production' - name: DEBUG value: '*,-engine*,-nodemon*,-*expo*,-babel*,-winston*,-follow-redirects*' ports: