Increase resources for rssbridge

This commit is contained in:
Nemo 2019-05-22 18:52:27 +05:30
parent c890430913
commit 273b75841c
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ module "rss-bridge" {
image = "rssbridge/rss-bridge:latest"
resource {
memory = 256
memory_swap = 256
}
web {
expose = "true"
host = "rss-bridge.${var.root-domain}"