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: