flatpak-indexer: fix project name in redis URL
This commit is contained in:
parent
30a8d3a72d
commit
7c245c1acf
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ spec:
|
|||
name: redis-password
|
||||
key: password
|
||||
- name: REDIS_URL
|
||||
value: redis://redis.flatpak.svc.cluster.local:6379
|
||||
value: redis://redis.flatpak-indexer.svc.cluster.local:6379
|
||||
image: flatpak-indexer:latest
|
||||
name: flatpak-indexer
|
||||
ports:
|
||||
|
@ -114,7 +114,7 @@ spec:
|
|||
name: redis-password
|
||||
key: password
|
||||
- name: REDIS_URL
|
||||
value: redis://redis.flatpak.svc.cluster.local:6379
|
||||
value: redis://redis.flatpak-indexer.svc.cluster.local:6379
|
||||
image: flatpak-indexer:latest
|
||||
name: flatpak-indexer-differ
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue