rmeove requests from shlink container [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-19 23:12:53 +00:00
parent 6a9d34bd01
commit ac3f75668f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 10 additions and 10 deletions

View file

@ -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.