Skip to content

Commit

Permalink
Fix Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Sep 25, 2024
1 parent bfa2576 commit 5e9e0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions score/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ containers:
cpu: "25m"
variables:
MESSAGE: "Hello, Universe!"
REDIS_ADDR: "${resources.redis-cart.host}:${resources.redis-cart.port},user=${resources.redis-cart.username},password=${resources.redis-cart.password}"
REDIS_ADDR: "${resources.my-redis.host}:${resources.my-redis.port},user=${resources.my-redis.username},password=${resources.my-redis.password}"
resources:
redis:
my-redis:
type: redis
dns:
type: dns
Expand Down

0 comments on commit 5e9e0d9

Please sign in to comment.