We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b018d commit 1b40eb8Copy full SHA for 1b40eb8
1 file changed
k8s/portfolio/backend/env/configmap.yaml
@@ -4,6 +4,8 @@ metadata:
4
name: backend-config
5
data:
6
PROJECT_NAME: "DevOps Portfolio FastAPI"
7
- POSTGRES_SERVER: "db"
+ POSTGRES_SERVER: "postgres"
8
+ POSTGRES_PORT: "5432"
9
+ POSTGRES_DB: "app"
10
POSTGRES_USER: "postgres"
- 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