mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
flatpak-indexer: fix project name in redis URL
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user