mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Fix router selector (#495)
This commit is contained in:
committed by
GitHub
parent
cf58cfcfd2
commit
de9ef120de
@@ -205,7 +205,7 @@ impl Service for Router {
|
||||
}
|
||||
|
||||
fn selector(&self) -> String {
|
||||
"app=nginx-ingress".to_string()
|
||||
format!("routerId={}", self.id)
|
||||
}
|
||||
|
||||
fn engine_error_scope(&self) -> EngineErrorScope {
|
||||
|
||||
@@ -220,7 +220,7 @@ impl Service for Router {
|
||||
}
|
||||
|
||||
fn selector(&self) -> String {
|
||||
"app=nginx-ingress".to_string()
|
||||
format!("routerId={}", self.id)
|
||||
}
|
||||
|
||||
fn engine_error_scope(&self) -> EngineErrorScope {
|
||||
|
||||
@@ -169,7 +169,7 @@ impl Service for Router {
|
||||
}
|
||||
|
||||
fn selector(&self) -> String {
|
||||
"app=nginx-ingress".to_string()
|
||||
format!("routerId={}", self.id)
|
||||
}
|
||||
|
||||
fn engine_error_scope(&self) -> EngineErrorScope {
|
||||
|
||||
Reference in New Issue
Block a user