mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #1962 from dchen1107/fix
Increase memory limit of frontend-controller in our guestbook example.
This commit is contained in:
commit
fdb7731de3
@ -14,7 +14,7 @@
|
|||||||
"name": "php-redis",
|
"name": "php-redis",
|
||||||
"image": "brendanburns/php-redis",
|
"image": "brendanburns/php-redis",
|
||||||
"cpu": 100,
|
"cpu": 100,
|
||||||
"memory": 10000000,
|
"memory": 50000000,
|
||||||
"ports": [{"containerPort": 80, "hostPort": 8000}]
|
"ports": [{"containerPort": 80, "hostPort": 8000}]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user