From 584ac6341d8462e422e4364f2c3385d75123b78f Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Tue, 14 May 2024 16:37:16 +0200 Subject: [PATCH] Downtune replica amount. Cleanup redis host --- .gimlet/penpot-prod.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gimlet/penpot-prod.yaml b/.gimlet/penpot-prod.yaml index 784aa947b..173fbf7c6 100644 --- a/.gimlet/penpot-prod.yaml +++ b/.gimlet/penpot-prod.yaml @@ -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