Use correct redis hostname for hastebin
This commit is contained in:
parent
fa5ce69ffd
commit
86fd311bcb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue