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"