mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 23:08:48 +00:00
k8s: Support app ingress annotation (#2198)
This commit is contained in:
parent
b8eda91005
commit
4248db7f21
4 changed files with 4 additions and 3 deletions
|
@ -42,7 +42,7 @@ export default async function handler(req, res) {
|
|||
|
||||
if (pods.length === 0) {
|
||||
res.status(404).send({
|
||||
error: "not found",
|
||||
error: `no pods found with namespace=${namespace} and labelSelector=${labelSelector}`,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue