0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-22 05:32:59 -05:00
penpot-helm/devel/penpot.values.yaml

33 lines
671 B
YAML
Raw Normal View History

2024-06-11 06:46:03 -05:00
## Default values for Penpot (local setup for development purpose)
global:
postgresqlEnabled: true
redisEnabled: true
config:
publicUri: "http://penpot.example.com"
2024-06-11 06:46:03 -05:00
apiSecretKey: "my-secret-key"
flags: "enable-registration enable-login-with-password disable-email-verification enable-smtp disable-secure-session-cookies disable-onboarding"
#backend:
# replicaCount: 2
2024-06-11 06:46:03 -05:00
#frontend:
# replicaCount: 2
#
#exporter:
# replicaCount: 2
# podSecurityContext:
# enabled: false
# containerSecurityContext:
# enabled: false
2024-06-11 06:46:03 -05:00
persistence:
assets:
enabled: true
# exporter:
# enabled: true
2024-06-11 06:46:03 -05:00
ingress:
enabled: true
hosts:
- "penpot.example.com"