Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running #32

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions k8s/api-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
data:
PORT: "3000"
NODE_ENV: "production"
DB_HOST: db-service
DB_USERNAME: "postgres"
DB_HOST: "34.31.179.110" # db-service
DB_USERNAME: "postgres-user" # "postgres"
DB_PORT: "5432"
DB_PASSWORD: "postgres"
DB_NAME: postgres
DB_PASSWORD: "postgres-pass" # "postgres"
DB_NAME: "orderly-db" # postgres
DB_DIALECT: postgres
CACHE_HOST: cache-service
CACHE_PORT: "6379"
Expand Down
Loading