mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
Fix one more service example
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"labels": {
|
||||
"name": "nginx"
|
||||
}
|
||||
"selector": {
|
||||
"name": "nginx"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "example2",
|
||||
@@ -14,6 +17,10 @@
|
||||
"env": "prod",
|
||||
"name": "jetty"
|
||||
}
|
||||
"selector": {
|
||||
"env": "prod",
|
||||
"name": "jetty"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user