mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
32 lines
671 B
YAML
32 lines
671 B
YAML
## Default values for Penpot (local setup for development purpose)
|
|
global:
|
|
postgresqlEnabled: true
|
|
redisEnabled: true
|
|
|
|
config:
|
|
publicUri: "http://penpot.example.com"
|
|
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
|
|
|
|
#frontend:
|
|
# replicaCount: 2
|
|
#
|
|
#exporter:
|
|
# replicaCount: 2
|
|
# podSecurityContext:
|
|
# enabled: false
|
|
# containerSecurityContext:
|
|
# enabled: false
|
|
|
|
persistence:
|
|
assets:
|
|
enabled: true
|
|
# exporter:
|
|
# enabled: true
|
|
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- "penpot.example.com"
|