add config for chatbot and add alert for high mem openwrt [CI SKIP]
This commit is contained in:
parent
67036d7426
commit
0cfc001cdf
2 changed files with 13 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ resource "kubernetes_deployment" "webhook_handler" {
|
|||
name = "FB_PAGE_TOKEN"
|
||||
value = var.fb_page_token
|
||||
}
|
||||
env {
|
||||
name = "CONFIG"
|
||||
value = "./chatbot/config/viktorwebservices.yaml"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue