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" # name = "DB_PASSWORD"
# value = var.mysql_password # value = var.mysql_password
# } # }
resources { # resources {
limits = { # limits = {
cpu = "0.5" # cpu = "0.5"
memory = "512Mi" # memory = "512Mi"
} # }
requests = { # requests = {
cpu = "250m" # cpu = "250m"
memory = "50Mi" # memory = "50Mi"
} # }
} # }
port { port {
container_port = 8080 container_port = 8080
} }

Binary file not shown.