mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Fixup JSON syntax errors in example controller
This commit is contained in:
parent
b9dd9c4f6c
commit
f49aee2507
@ -14,11 +14,11 @@
|
||||
"image": "kubernetes/guestbook",
|
||||
"name": "guestbook",
|
||||
"ports": [{ "name": "http-server", "containerPort": 3000 }]
|
||||
}],
|
||||
}]
|
||||
}
|
||||
},
|
||||
"labels": { "name": "guestbook" }
|
||||
},
|
||||
}
|
||||
},
|
||||
"labels": { "name": "guestbook" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user