give unlimited resources to privatebin [ci skip]
This commit is contained in:
parent
ec84d3adfb
commit
76b0d11e42
2 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
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue