fix: simplify Redis host to just 'valkey' for same-namespace service
This commit is contained in:
parent
5952f32d6b
commit
5152ceac8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue