mirror of
https://github.com/Telecominfraproject/openlan-cgw.git
synced 2026-03-20 03:39:42 +00:00
13 lines
244 B
YAML
13 lines
244 B
YAML
apiVersion: v1
|
|
data:
|
|
CGW_DB: cgw
|
|
CGW_DB_PASSWORD: "123"
|
|
CGW_DB_USER: cgw
|
|
POSTGRES_PASSWORD: postgres
|
|
POSTGRES_USER: postgres
|
|
kind: ConfigMap
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: postgresql-postgresql-env
|
|
name: postgresql-env
|