mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #533 from kelseyhightower/examples
fix guestbook example to match docs
This commit is contained in:
commit
1e63719e02
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "frontendController",
|
"id": "frontendController",
|
||||||
"desiredState": {
|
"desiredState": {
|
||||||
"replicas": 1,
|
"replicas": 3,
|
||||||
"replicaSelector": {"name": "frontend"},
|
"replicaSelector": {"name": "frontend"},
|
||||||
"podTemplate": {
|
"podTemplate": {
|
||||||
"desiredState": {
|
"desiredState": {
|
||||||
|
Loading…
Reference in New Issue
Block a user