feat(postgres): configure ext-postgres-operator
All checks were successful
Renovate / renovate (push) Successful in 31s
All checks were successful
Renovate / renovate (push) Successful in 31s
This commit is contained in:
parent
5c78f39f9e
commit
84b3e7740e
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ spec:
|
||||||
createdb: true
|
createdb: true
|
||||||
inherit: true
|
inherit: true
|
||||||
connectionLimit: -1
|
connectionLimit: -1
|
||||||
|
passwordSecret:
|
||||||
|
name: ext-pgo-admin
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
@ -22,7 +24,7 @@ spec:
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: s3://cnpg
|
destinationPath: s3://backup/cnpg
|
||||||
endpointURL: http://garage.garage.svc:3900
|
endpointURL: http://garage.garage.svc:3900
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue