flatpak-indexer: fix project name in redis URL

This commit is contained in:
Owen W. Taylor 2021-03-01 16:35:18 -05:00
parent 30a8d3a72d
commit 7c245c1acf

View file

@ -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: