Skip to content

Commit 1b40eb8

Browse files
authored
Update PostgreSQL configuration in configmap.yaml
1 parent 85b018d commit 1b40eb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

k8s/portfolio/backend/env/configmap.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ metadata:
44
name: backend-config
55
data:
66
PROJECT_NAME: "DevOps Portfolio FastAPI"
7-
POSTGRES_SERVER: "db"
7+
POSTGRES_SERVER: "postgres"
8+
POSTGRES_PORT: "5432"
9+
POSTGRES_DB: "app"
810
POSTGRES_USER: "postgres"
9-
BACKEND_CORS_ORIGINS: '["http://localhost:5173","http://localhost:30080","http://localhost:8000"]'
11+
BACKEND_CORS_ORIGINS: '["http://localhost:5173","http://localhost:18000"]'

0 commit comments

Comments
 (0)