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

Using alpine postgres image
master
Jimmy Zelinskie 6 years ago committed by GitHub
commit c26154ab74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save