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
|
name: redis-password
|
||||||
key: password
|
key: password
|
||||||
- name: REDIS_URL
|
- name: REDIS_URL
|
||||||
value: redis://redis.flatpak.svc.cluster.local:6379
|
value: redis://redis.flatpak-indexer.svc.cluster.local:6379
|
||||||
image: flatpak-indexer:latest
|
image: flatpak-indexer:latest
|
||||||
name: flatpak-indexer
|
name: flatpak-indexer
|
||||||
ports:
|
ports:
|
||||||
|
@ -114,7 +114,7 @@ spec:
|
||||||
name: redis-password
|
name: redis-password
|
||||||
key: password
|
key: password
|
||||||
- name: REDIS_URL
|
- name: REDIS_URL
|
||||||
value: redis://redis.flatpak.svc.cluster.local:6379
|
value: redis://redis.flatpak-indexer.svc.cluster.local:6379
|
||||||
image: flatpak-indexer:latest
|
image: flatpak-indexer:latest
|
||||||
name: flatpak-indexer-differ
|
name: flatpak-indexer-differ
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue