glitchtip-helm-chart/values.sample.yaml
2022-03-23 18:07:04 -04:00

19 lines
606 B
YAML

image:
tag: v1.10.3 # Make this the latest version, then change it to upgrade
pullPolicy: IfNotPresent
env:
normal:
GLITCHTIP_DOMAIN: https://change_this.example.com
secret:
SECRET_KEY: change_this
# Specify if using external postgres (not managed by this chart)
# DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
postgresql:
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