2019-02-08 13:57:16 +00:00
|
|
|
# Default values for passbook.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
|
|
|
image:
|
2020-06-15 17:08:17 +00:00
|
|
|
tag: 0.9.0-pre2
|
2019-02-08 13:57:16 +00:00
|
|
|
|
|
|
|
nameOverride: ""
|
|
|
|
|
|
|
|
config:
|
|
|
|
# Optionally specify fixed secret_key, otherwise generated automatically
|
|
|
|
# secret_key: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o
|
|
|
|
# Enable error reporting
|
2019-11-20 12:12:37 +00:00
|
|
|
error_reporting: false
|
2020-05-20 10:16:56 +00:00
|
|
|
# Log level used by web and worker
|
|
|
|
# Can be either debug, info, warning, error
|
|
|
|
log_level: warning
|
2019-02-08 13:57:16 +00:00
|
|
|
|
2019-11-08 12:49:28 +00:00
|
|
|
# This Helm chart ships with built-in Prometheus ServiceMonitors and Rules.
|
|
|
|
# This requires the CoreOS Prometheus Operator.
|
|
|
|
monitoring:
|
|
|
|
enabled: false
|
2019-02-08 13:57:16 +00:00
|
|
|
|
2020-05-16 12:17:43 +00:00
|
|
|
# Enable Database Backups to S3
|
|
|
|
# backup:
|
|
|
|
# access_key: access-key
|
|
|
|
# secret_key: secret-key
|
|
|
|
# bucket: s3-bucket
|
|
|
|
# host: s3-host
|
|
|
|
|
2019-02-08 13:57:16 +00:00
|
|
|
ingress:
|
|
|
|
enabled: false
|
|
|
|
annotations: {}
|
|
|
|
# kubernetes.io/ingress.class: nginx
|
|
|
|
# kubernetes.io/tls-acme: "true"
|
|
|
|
path: /
|
|
|
|
hosts:
|
|
|
|
- passbook.k8s.local
|
|
|
|
tls: []
|
|
|
|
# - secretName: chart-example-tls
|
|
|
|
# hosts:
|
|
|
|
# - passbook.k8s.local
|
2019-11-08 12:49:28 +00:00
|
|
|
|
|
|
|
# These settings configure the packaged PostgreSQL and Redis chart.
|
|
|
|
postgresql:
|
|
|
|
postgresqlDatabase: passbook
|
|
|
|
|
|
|
|
redis:
|
|
|
|
cluster:
|
|
|
|
enabled: false
|
|
|
|
master:
|
|
|
|
persistence:
|
|
|
|
enabled: false
|
2020-02-19 09:57:57 +00:00
|
|
|
# https://stackoverflow.com/a/59189742
|
|
|
|
disableCommands: []
|