Add kubernetes deployment specs

This commit is contained in:
2022-06-25 20:55:06 -05:00
parent 04ea16743d
commit 562ada3af5
10 changed files with 339 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ const redis_config = {
// https://github.com/luin/ioredis#connect-to-redis
server: {
host: env('REDIS_HOST', 'localhost'),
password: env('REDIS_PASS'),
port: env('REDIS_PORT', 6379),
},
}