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
257 B
YAML
10 lines
257 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cm-api-gateway
|
|
data:
|
|
SERVER_PORT: "8080"
|
|
BILL_SERVICE_URL: "http://bill-service"
|
|
PRODUCT_SERVICE_URL: "http://product-service"
|
|
USER_SERVICE_URL: "http://user-service"
|
|
KOS_MOCK_URL: "http://kos-mock" |