mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge pull request #99 from tokens-studio/fix/containerization
Downtune replica amount. Cleanup redis host
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user