Use correct redis hostname for hastebin

This commit is contained in:
SeanOMik 2023-04-12 20:38:37 -04:00
parent fa5ce69ffd
commit 86fd311bcb
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ spec:
env: env:
STORAGE_TYPE: redis STORAGE_TYPE: redis
STORAGE_HOST: redis.database STORAGE_HOST: redis-master.database
STORAGE_PORT: "6379" STORAGE_PORT: "6379"
STORAGE_DB: hastebin STORAGE_DB: hastebin