chore(news-bot): switch to siriusdevops-pgdb as main apps cluster

- news-app-db.yaml: point Database CR to siriusdevops-pgdb
- All ConfigMaps: DB_HOST=siriusdevops-pgdb-rw, LLM_BASE_URL for vLLM
- hermes-pgdb now dedicated to pgvector/RAG for agents only
- Aligns with CNPG extension pattern and active kanban (devops startupProbes, backend exec-service)

PR to master per repo rules.
This commit is contained in:
Hermes Agent 2026-05-25 18:56:08 +00:00
parent 2f15684895
commit 22498cd97b
5 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ metadata:
name: news-app-config
namespace: customer1
data:
DB_HOST: "customer1-pgdb-rw"
DB_HOST: "siriusdevops-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"

View file

@ -4,11 +4,11 @@ metadata:
name: deepseek-config
namespace: customer1
data:
DB_HOST: "customer1-pgdb-rw"
DB_HOST: "siriusdevops-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"
LLM_URL: "http://localhost:11434"
LLM_BASE_URL: "http://a100-brain-vllm:8000/v1"
MODEL_NAME: "deepseek-r1:70b"
MAP_PROMPT: |

View file

@ -4,11 +4,11 @@ metadata:
name: gemma-config
namespace: customer1
data:
DB_HOST: "customer1-pgdb-rw"
DB_HOST: "siriusdevops-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"
LLM_URL: "http://localhost:11434"
LLM_BASE_URL: "http://a100-brain-vllm:8000/v1"
MODEL_NAME: "mistral-small"
MAP_PROMPT: |

View file

@ -5,6 +5,6 @@ metadata:
namespace: customer1
spec:
cluster:
name: customer1-pgdb
name: siriusdevops-pgdb
name: news_app_db
owner: news_app

View file

@ -5,7 +5,7 @@ metadata:
namespace: customer1
data:
# Database Connection
DB_HOST: "customer1-pgdb-rw"
DB_HOST: "siriusdevops-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"