- Addition of FLASK_ENV setting for all eveai services

- Addition of flower to the monitoring stack
This commit is contained in:
Josako
2025-09-09 21:07:10 +02:00
parent 10ca344c84
commit 6fbaff45a8
17 changed files with 206 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ spec:
- secretRef:
name: eveai-secrets
env:
- name: FLASK_ENV
value: "staging"
- name: COMPONENT_NAME
value: "eveai_api"
- name: ROLE

View File

@@ -29,6 +29,8 @@ spec:
- secretRef:
name: eveai-secrets
env:
- name: FLASK_ENV
value: "staging"
- name: COMPONENT_NAME
value: "eveai_app"
- name: ROLE

View File

@@ -29,6 +29,8 @@ spec:
- secretRef:
name: eveai-secrets
env:
- name: FLASK_ENV
value: "staging"
- name: COMPONENT_NAME
value: "eveai_chat_client"
- name: ROLE