This commit is contained in:
parent
f7e57cbd30
commit
65adbfef48
@ -1,19 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
labels:
|
||||
app: postgres
|
||||
type: Opaque
|
||||
data:
|
||||
postgres-root-username: cm9vdA==
|
||||
postgres-root-password: bXlwYXNzd29yZA==
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres-configmap
|
||||
labels:
|
||||
app: postgres
|
||||
data:
|
||||
postgres-dbname: mydb
|
@ -54,7 +54,7 @@ data:
|
||||
"Port": 15432,
|
||||
"Username": "admin",
|
||||
"Host": "pg.guaranteedstruggle.host",
|
||||
"SSLMode": "prefer",
|
||||
"SSLMode": "disable",
|
||||
"MaintenanceDB": "mainbase"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user