From cbf11ca6e4dc25751500062131c62bfc2e08b923 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 15 May 2024 19:53:24 +0200 Subject: [PATCH] fix: env field in containers --- manifests/common/app.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/common/app.yaml b/manifests/common/app.yaml index cb8aee8..4452027 100644 --- a/manifests/common/app.yaml +++ b/manifests/common/app.yaml @@ -62,13 +62,13 @@ spec: ports: - name: http containerPort: 3000 + env: + - name: LOG_TARGETS + value: stdout volumeMounts: - name: config mountPath: /app/config/ readOnly: true - env: - - name: LOG_TARGETS - value: stdout volumes: - name: config configMap: