mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 16:16:23 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cm-user-service
|
|
namespace: phonebill-dev
|
|
data:
|
|
SERVER_PORT: "8081"
|
|
DB_KIND: "postgresql"
|
|
DB_PORT: "5432"
|
|
DDL_AUTO: "update"
|
|
REDIS_DATABASE: "0"
|
|
SHOW_SQL: "true" |