feat: remove per-customer valkey, use managed Valkey with REDIS_KEY_PREFIX

This commit is contained in:
Ryan Moon
2026-04-03 19:48:40 -05:00
parent 5df914a40f
commit 358e07b1d5
3 changed files with 7 additions and 14 deletions

View File

@@ -26,19 +26,6 @@ frontend:
cpu: 200m
memory: 128Mi
valkey:
image:
repository: valkey/valkey
tag: "8"
port: 6379
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
ingress:
host: ""
className: nginx