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://localhost"
|
|
|
|
apiSecretKey: "my-secret-key"
|
|
|
|
|
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-06-11 06:46:03 -05:00
|
|
|
|
2024-07-08 11:44:24 -05:00
|
|
|
#exporter:
|
|
|
|
# replicaCount: 2
|
2024-06-11 06:46:03 -05:00
|
|
|
|
|
|
|
persistence:
|
2024-07-08 11:44:24 -05:00
|
|
|
assets:
|
|
|
|
enabled: true
|
|
|
|
exporter:
|
|
|
|
enabled: true
|
2024-06-11 06:46:03 -05:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- "localhost"
|