Update dependency charts, add sample values
This commit is contained in:
parent
ddb494907c
commit
70b8696d0d
8 changed files with 21 additions and 7 deletions
14
values.sample.yaml
Normal file
14
values.sample.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
image:
|
||||
tag: v1.10.3 # Make this the latest version, then change it to upgrade
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
normal:
|
||||
GLITCHTIP_DOMAIN: https://example.com
|
||||
secret:
|
||||
SECRET_KEY: change_this
|
||||
# DATABASE_URL: Specify if using external postgres (not managed by this chart)
|
||||
postgresql:
|
||||
enabled: true # Be careful upgrading if using this. The postgresql helm chart does not support major upgrades.
|
||||
primary:
|
||||
persistence:
|
||||
size: 10Gi # Default is 8, may want this considerably higher
|
Reference in a new issue