rmeove requests from shlink container [ci skip]
This commit is contained in:
parent
6a9d34bd01
commit
ac3f75668f
2 changed files with 10 additions and 10 deletions
|
|
@ -130,16 +130,16 @@ resource "kubernetes_deployment" "shlink" {
|
|||
# name = "DB_PASSWORD"
|
||||
# value = var.mysql_password
|
||||
# }
|
||||
resources {
|
||||
limits = {
|
||||
cpu = "0.5"
|
||||
memory = "512Mi"
|
||||
}
|
||||
requests = {
|
||||
cpu = "250m"
|
||||
memory = "50Mi"
|
||||
}
|
||||
}
|
||||
# resources {
|
||||
# limits = {
|
||||
# cpu = "0.5"
|
||||
# memory = "512Mi"
|
||||
# }
|
||||
# requests = {
|
||||
# cpu = "250m"
|
||||
# memory = "50Mi"
|
||||
# }
|
||||
# }
|
||||
port {
|
||||
container_port = 8080
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue