Commit f6ecb28c authored by Tim Hockin's avatar Tim Hockin

Fix bad JSON in doc

parent b16dd72e
...@@ -43,7 +43,7 @@ port 9376 and carry a label "app=MyApp". ...@@ -43,7 +43,7 @@ port 9376 and carry a label "app=MyApp".
"kind": "Service", "kind": "Service",
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"metadata": { "metadata": {
"name": "my-service", "name": "my-service"
}, },
"spec": { "spec": {
"selector": { "selector": {
...@@ -175,7 +175,7 @@ disambiguated. For example: ...@@ -175,7 +175,7 @@ disambiguated. For example:
"kind": "Service", "kind": "Service",
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"metadata": { "metadata": {
"name": "my-service", "name": "my-service"
}, },
"spec": { "spec": {
"selector": { "selector": {
...@@ -336,7 +336,7 @@ information about the provisioned balancer will be published in the `Service`'s ...@@ -336,7 +336,7 @@ information about the provisioned balancer will be published in the `Service`'s
"kind": "Service", "kind": "Service",
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"metadata": { "metadata": {
"name": "my-service", "name": "my-service"
}, },
"spec": { "spec": {
"selector": { "selector": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment