fix guestbook example to match docs
This commit is contained in:
parent
a5918e78d0
commit
f6e4a5388d
|
@ -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