change postgresql config

This commit is contained in:
Alexander Buntakov 2018-07-22 22:32:32 +03:00
parent 2327741adc
commit 1ef331eba8
3 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ maintainers:
name: postgresql-walg
sources:
- https://github.com/abuntakov/charts
version: 0.1
version: 0.2

View File

@ -1,9 +1,9 @@
## postgres image repository
image: "postgres"
image: "postgresql-walg"
## postgres image version
## ref: https://hub.docker.com/r/library/postgres/tags/
##
imageTag: "9.6.2"
imageTag: "9.6_0.10.1"
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
@ -160,4 +160,4 @@ backup:
minWalSize: 512MB
walBuffers: 4MB
checkpointCompletionTarget: 0.7
defaultStatisticsTarget: 100
defaultStatisticsTarget: 100

Binary file not shown.