add SLACK_WEBHOOK_URL env var to book-search deployment
This commit is contained in:
parent
10f22350c5
commit
8bf83147db
1 changed files with 9 additions and 0 deletions
|
|
@ -787,6 +787,15 @@ resource "kubernetes_deployment" "book_search" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
env {
|
||||||
|
name = "SLACK_WEBHOOK_URL"
|
||||||
|
value_from {
|
||||||
|
secret_key_ref {
|
||||||
|
name = "calibre-secrets"
|
||||||
|
key = "slack_webhook_url"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
resources {
|
resources {
|
||||||
requests = {
|
requests = {
|
||||||
cpu = "10m"
|
cpu = "10m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue