0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-22 13:43:01 -05:00
penpot-helm/devel/penpot.values.yaml
2024-07-09 12:52:00 +02:00

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"