From 6e1f98a85acf46118b2a27287578db57c17cc404 Mon Sep 17 00:00:00 2001 From: Vladimir Garanin Date: Wed, 11 Feb 2026 09:12:38 +0000 Subject: [PATCH] Add env vars to the plotting service --- .../plotting-service/envs/production/plotting-service.yml | 3 +++ components/plotting-service/envs/staging/plotting-service.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/components/plotting-service/envs/production/plotting-service.yml b/components/plotting-service/envs/production/plotting-service.yml index 22b6f726..790fc2fa 100644 --- a/components/plotting-service/envs/production/plotting-service.yml +++ b/components/plotting-service/envs/production/plotting-service.yml @@ -10,3 +10,6 @@ spec: containers: - name: plotting-service image: ghcr.io/fiaisis/plotting-service@sha256:fa9d11dd9957a88df21b4fcc4f1cbff1b2ecae146dcdcd32fbbb1ef857720303 + env: + - name: PRODUCTION + value: "true" diff --git a/components/plotting-service/envs/staging/plotting-service.yml b/components/plotting-service/envs/staging/plotting-service.yml index 4324af07..3325687f 100644 --- a/components/plotting-service/envs/staging/plotting-service.yml +++ b/components/plotting-service/envs/staging/plotting-service.yml @@ -10,3 +10,6 @@ spec: containers: - name: plotting-service image: ghcr.io/fiaisis/plotting-service@sha256:e3cada82f645255596449b806cd7f22e17524bfeeea77da3f785058ddeca8087 + env: + - name: PRODUCTION + value: "false"