mirror of https://github.com/k3s-io/k3s
Increase memory limit of frontend-controller in our guestbook example.
parent
91efe51770
commit
ec5ae48a9f
|
@ -14,7 +14,7 @@
|
|||
"name": "php-redis",
|
||||
"image": "brendanburns/php-redis",
|
||||
"cpu": 100,
|
||||
"memory": 10000000,
|
||||
"memory": 50000000,
|
||||
"ports": [{"containerPort": 80, "hostPort": 8000}]
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue