Compare commits

..

2 Commits

Author SHA1 Message Date
Grendgi
76b6230c7a Configure monitoring TG LLM key
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 15s
2026-06-05 16:25:54 +03:00
Grendgi
4e94ce092e Avoid parallel monitoring TG telegram pods 2026-06-05 16:18:00 +03:00
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ stringData:
TG_PHONE: "+971524994695"
TG_SESSION_STRING: ""
POSTGRES_PASSWORD: "parser"
LLM_API_KEY: ""
LLM_API_KEY: "sk-111f838ccec43406e078cd9094b6797307cb895236179f32"
---
apiVersion: v1
kind: Secret

View File

@@ -17,6 +17,8 @@ metadata:
namespace: monitoring-tg
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: monitoring-tg-server