15 lines
508 B
YAML
15 lines
508 B
YAML
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
|