10 lines
176 B
YAML
Executable File
10 lines
176 B
YAML
Executable File
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: postgres-config
|
|
labels:
|
|
app: postgres
|
|
data:
|
|
POSTGRES_DB: postgresdb
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: cnbc |