Merge pull request #156 from sirius0xdev/fix/pgvector-image-and-cluster
chore(news-bot): switch DB to siriusdevops-pgdb (main apps cluster)
This commit is contained in:
commit
c357b69743
5 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ metadata:
|
|||
namespace: customer1
|
||||
spec:
|
||||
cluster:
|
||||
name: customer1-pgdb
|
||||
name: siriusdevops-pgdb
|
||||
name: news_app_db
|
||||
owner: news_app
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue