mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Downtune replica amount. Cleanup redis host
This commit is contained in:
parent
aa8b1f4c73
commit
584ac6341d
1 changed files with 4 additions and 1 deletions
|
@ -94,6 +94,9 @@ manifests: |
|
|||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
redis:
|
||||
replica:
|
||||
replicaCount: 0
|
||||
global:
|
||||
postgresqlEnabled: false
|
||||
redisEnabled: true
|
||||
|
@ -129,7 +132,7 @@ manifests: |
|
|||
config:
|
||||
publicURI: https://penpot.tokens.studio
|
||||
redis:
|
||||
host: penpot-redis-headless.penpot.svc.cluster.local
|
||||
host: penpot-redis-master.penpot.svc.cluster.local
|
||||
postgresql:
|
||||
host: penpot-db-rw
|
||||
database: penpot
|
||||
|
|
Loading…
Reference in a new issue