mirror of https://github.com/k3s-io/k3s
Merge pull request #533 from kelseyhightower/examples
fix guestbook example to match docspull/6/head
commit
1e63719e02
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "frontendController",
|
||||
"desiredState": {
|
||||
"replicas": 1,
|
||||
"replicas": 3,
|
||||
"replicaSelector": {"name": "frontend"},
|
||||
"podTemplate": {
|
||||
"desiredState": {
|
||||
|
|
Loading…
Reference in New Issue