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

28 lines
413 B
YAML
Raw Normal View History

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"
# backend:
# replicaCount: 2
# frontend:
# replicaCount: 2
# exporter:
# replicaCount: 2
# persistence:
# enabled: true
persistence:
enabled: true
ingress:
enabled: true
hosts:
- "localhost"