Skip to content

Commit

Permalink
stgのdb名はauth_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 committed Oct 24, 2024
1 parent 874e178 commit aebf8c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/auth/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configMapGenerator:
literals:
- DB_HOST=postgres-cluster.database.svc.cluster.local
- DB_PORT=5432
- DB_NAME=auth
- DB_NAME=
- DB_SSLMODE=disable
- DB_DEBUG=false
- SERVER_URL=
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/auth/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ configMapGenerator:
- name: auth-conf
behavior: merge
literals:
- DB_NAME=auth
- SERVER_URL=https://auth.piny940.com/api/v1
- API_LOGIN_URL=https://auth.piny940.com/
- API_APPROVE_URL=https://auth.piny940.com/approve
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/auth/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ configMapGenerator:
- name: auth-conf
behavior: merge
literals:
- DB_NAME=auth_staging
- SERVER_URL=https://stg-auth.piny940.com/api/v1
- API_LOGIN_URL=https://stg-auth.piny940.com/
- API_APPROVE_URL=https://stg-auth.piny940.com/approve
Expand Down

0 comments on commit aebf8c0

Please sign in to comment.