added
This commit is contained in:
10
k8s/carpool/postgres-config.yaml
Normal file
10
k8s/carpool/postgres-config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres-config
|
||||
labels:
|
||||
app: postgres
|
||||
data:
|
||||
POSTGRES_DB: postgresdb
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: cnbc
|
||||
Reference in New Issue
Block a user