mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Fix one more service example
This commit is contained in:
parent
cfce408266
commit
64b419072f
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user