Merge pull request #582 from brosander/helm-alpine-postgres

Using alpine postgres image
This commit is contained in:
Jimmy Zelinskie 2018-08-06 14:14:18 -04:00 committed by GitHub
commit c26154ab74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,9 @@ postgresql:
# The dependant Postgres chart can be disabled, to connect to
# an existing database by defining config.postgresURI
enabled: true
imageTag: 9.6-alpine
cpu: 1000m
memory: 1Gi
# These values are hardcoded until Helm supports secrets.