mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix one more service example
This commit is contained in:
parent
cfce408266
commit
64b419072f
@ -6,6 +6,9 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"name": "nginx"
|
"name": "nginx"
|
||||||
}
|
}
|
||||||
|
"selector": {
|
||||||
|
"name": "nginx"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "example2",
|
"id": "example2",
|
||||||
@ -14,6 +17,10 @@
|
|||||||
"env": "prod",
|
"env": "prod",
|
||||||
"name": "jetty"
|
"name": "jetty"
|
||||||
}
|
}
|
||||||
|
"selector": {
|
||||||
|
"env": "prod",
|
||||||
|
"name": "jetty"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user