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