From 62627288ea64a764009fb500f6f2256b06c6218b Mon Sep 17 00:00:00 2001 From: ondal Date: Tue, 30 Sep 2025 00:20:00 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 불필요한 test-db-connection.yaml 파일 삭제 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- test-db-connection.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test-db-connection.yaml diff --git a/test-db-connection.yaml b/test-db-connection.yaml deleted file mode 100644 index 0b3ed23..0000000 --- a/test-db-connection.yaml +++ /dev/null @@ -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 \ No newline at end of file