mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
테스트 파일 정리
- 불필요한 test-db-connection.yaml 파일 삭제 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
10b12880ba
commit
62627288ea
@ -1,22 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: db-connection-test
|
||||
namespace: phonebill-dg0500
|
||||
spec:
|
||||
containers:
|
||||
- name: postgres-client
|
||||
image: postgres:15
|
||||
command: ["sleep", "3600"]
|
||||
env:
|
||||
- name: DB_HOST
|
||||
value: "bill-inquiry-postgres-dev-postgresql"
|
||||
- name: DB_NAME
|
||||
value: "bill_inquiry_db"
|
||||
- name: DB_USERNAME
|
||||
value: "bill_inquiry_user"
|
||||
- name: DB_PASSWORD
|
||||
value: "BillUser2025!"
|
||||
- name: DB_PORT
|
||||
value: "5432"
|
||||
restartPolicy: Never
|
||||
Loading…
x
Reference in New Issue
Block a user