mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 13:43:01 -05:00
28 lines
412 B
YAML
28 lines
412 B
YAML
## Default values for Penpot (local setup for development purpose)
|
|
global:
|
|
postgresqlEnabled: true
|
|
redisEnabled: true
|
|
|
|
config:
|
|
publicUri: "http://localhost"
|
|
apiSecretKey: "my-secret-key"
|
|
|
|
#backend:
|
|
# replicaCount: 2
|
|
|
|
#frontend:
|
|
# replicaCount: 2
|
|
|
|
#exporter:
|
|
# replicaCount: 2
|
|
|
|
persistence:
|
|
assets:
|
|
enabled: true
|
|
exporter:
|
|
enabled: true
|
|
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- "localhost"
|