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:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
values:
|
values:
|
||||||
|
redis:
|
||||||
|
replica:
|
||||||
|
replicaCount: 0
|
||||||
global:
|
global:
|
||||||
postgresqlEnabled: false
|
postgresqlEnabled: false
|
||||||
redisEnabled: true
|
redisEnabled: true
|
||||||
@@ -129,7 +132,7 @@ manifests: |
|
|||||||
config:
|
config:
|
||||||
publicURI: https://penpot.tokens.studio
|
publicURI: https://penpot.tokens.studio
|
||||||
redis:
|
redis:
|
||||||
host: penpot-redis-headless.penpot.svc.cluster.local
|
host: penpot-redis-master.penpot.svc.cluster.local
|
||||||
postgresql:
|
postgresql:
|
||||||
host: penpot-db-rw
|
host: penpot-db-rw
|
||||||
database: penpot
|
database: penpot
|
||||||
|
|||||||
Reference in New Issue
Block a user