mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
193 B
YAML
10 lines
193 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cm-product-service
|
|
data:
|
|
SERVER_PORT: "8083"
|
|
DB_KIND: "postgresql"
|
|
DB_PORT: "5432"
|
|
KOS_BASE_URL: "http://kos-mock"
|
|
REDIS_DATABASE: "2" |