mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
11 lines
225 B
YAML
11 lines
225 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: recommend-config
|
|
namespace: dg0400-lifesub-ns
|
|
data:
|
|
SERVER_PORT: "8083"
|
|
POSTGRES_HOST: "postgres-recommend-postgresql"
|
|
POSTGRES_PORT: "5432"
|
|
POSTGRES_DB: "recommend"
|