0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Merge pull request #99 from tokens-studio/fix/containerization

Downtune replica amount. Cleanup redis host
This commit is contained in:
SorsOps 2024-05-14 16:39:16 +02:00 committed by GitHub
commit 157bb01e8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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