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"
|
# 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.
Loading…
Add table
Add a link
Reference in a new issue