give unlimited resources to privatebin [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-25 12:00:42 +00:00
parent ec84d3adfb
commit 76b0d11e42
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 0 additions and 10 deletions

View file

@ -46,16 +46,6 @@ resource "kubernetes_deployment" "privatebin" {
image = "privatebin/nginx-fpm-alpine"
name = "privatebin"
image_pull_policy = "IfNotPresent"
resources {
limits = {
cpu = "1"
memory = "1Gi"
}
requests = {
cpu = "1"
memory = "1Gi"
}
}
port {
container_port = 8080
}

Binary file not shown.