fix: simplify Redis host to just 'valkey' for same-namespace service

This commit is contained in:
Graham McIntire 2026-01-18 12:06:44 -06:00
parent 5952f32d6b
commit 5152ceac8b
No known key found for this signature in database

View file

@ -86,7 +86,7 @@ spec:
key: SECRET_KEY_BASE
# Redis connection to standalone Valkey StatefulSet
- name: REDIS_HOST
value: "valkey.towerops.svc.cluster.local"
value: "valkey"
- name: REDIS_PORT
value: "6379"
envFrom: