Better sample values
This commit is contained in:
parent
70b8696d0d
commit
99ab8d3c95
3 changed files with 18 additions and 12 deletions
|
@ -3,12 +3,16 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
normal:
|
||||
GLITCHTIP_DOMAIN: https://example.com
|
||||
GLITCHTIP_DOMAIN: https://change_this.example.com
|
||||
secret:
|
||||
SECRET_KEY: change_this
|
||||
# DATABASE_URL: Specify if using external postgres (not managed by this chart)
|
||||
# Specify if using external postgres (not managed by this chart)
|
||||
# DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
|
||||
postgresql:
|
||||
enabled: true # Be careful upgrading if using this. The postgresql helm chart does not support major upgrades.
|
||||
enabled: true # Be careful upgrading. The postgresql helm chart does not support major upgrades.
|
||||
primary:
|
||||
persistence:
|
||||
size: 10Gi # Default is 8, may want this considerably higher
|
||||
redis:
|
||||
auth:
|
||||
password: change_this
|
||||
|
|
Reference in a new issue