Merge pull request #522 from vdboor/master
Improvements to the helm chart
This commit is contained in:
commit
5e7b450be9
@ -34,7 +34,7 @@ resources:
|
|||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 500Mi
|
||||||
config:
|
config:
|
||||||
# postgresURI: "postgres://user:password@host:5432/postgres?sslmode=disable"
|
# postgresURI: "postgres://user:password@host:5432/postgres?sslmode=disable"
|
||||||
paginationKey: "XxoPtCUzrUv4JV5dS+yQ+MdW7yLEJnRMwigVY/bpgtQ="
|
paginationKey: "XxoPtCUzrUv4JV5dS+yQ+MdW7yLEJnRMwigVY/bpgtQ="
|
||||||
@ -59,6 +59,9 @@ config:
|
|||||||
# Configuration values for the postgresql dependency.
|
# Configuration values for the postgresql dependency.
|
||||||
# ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
|
# ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
|
||||||
postgresql:
|
postgresql:
|
||||||
|
# The dependant Postgres chart can be disabled, to connect to
|
||||||
|
# an existing database by defining config.postgresURI
|
||||||
|
enabled: true
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
# These values are hardcoded until Helm supports secrets.
|
# These values are hardcoded until Helm supports secrets.
|
||||||
|
Loading…
Reference in New Issue
Block a user