give unlimited resources to privatebin [ci skip]
This commit is contained in:
parent
a2ee4b12d8
commit
3426b962a7
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue