archives added
This commit is contained in:
11
archives/matrix/postgres-conf.yaml
Normal file
11
archives/matrix/postgres-conf.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres-configuration
|
||||
labels:
|
||||
app: postgres
|
||||
data:
|
||||
POSTGRES_DB: synapse
|
||||
POSTGRES_USER: synapse
|
||||
POSTGRES_PASSWORD: mBYTE93Gx86Awu
|
||||
POSTGRES_INITDB_ARGS: "--locale=C --encoding=UTF-8"
|
||||
Reference in New Issue
Block a user