glitchtip-helm-chart/values.sample.yaml
2022-04-03 11:07:51 -04:00

20 lines
635 B
YAML

image:
tag: v1.11.1 # 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.
postgresqlPassword: mypass
primary:
persistence:
size: 10Gi # Default is 8, may want this considerably higher
redis:
auth:
password: change_this