mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
Merge pull request #99 from tokens-studio/fix/containerization
Downtune replica amount. Cleanup redis host
This commit is contained in:
commit
157bb01e8f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue