Cleanup and improve chart values

- be more accurate in memory requests, so chair is scheduled on a host
  that has that space available.
- add an explicit mention for the postgresql.enabled flag
pull/522/head
Diederik van der Boor 6 years ago
parent 64c2853e75
commit e454314beb

@ -34,7 +34,7 @@ resources:
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
memory: 500Mi
config:
# postgresURI: "postgres://user:password@host:5432/postgres?sslmode=disable"
paginationKey: "XxoPtCUzrUv4JV5dS+yQ+MdW7yLEJnRMwigVY/bpgtQ="
@ -59,6 +59,9 @@ config:
# Configuration values for the postgresql dependency.
# ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
postgresql:
# The dependant Postgres chart can be disabled, to connect to
# an existing database by defining config.postgresURI
enabled: true
cpu: 1000m
memory: 1Gi
# These values are hardcoded until Helm supports secrets.
@ -68,4 +71,4 @@ postgresql:
postgresDatabase: clair
persistence:
size: 10Gi
size: 10Gi

Loading…
Cancel
Save