From cd8c7d90169d4765c9de14013d3507802aeada99 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:25:45 -0800 Subject: [PATCH] Documentation: add note about multiwidget with k8s --- docs/configs/services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configs/services.md b/docs/configs/services.md index b0887bcc1b1..86970b92a8d 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -97,6 +97,10 @@ Each service can have multiple widgets attached to it, for example: slug: statuspageslug ``` +!!! note + + Multiple widgets per service are not yet supported with Kubernetes ingress annotations. + #### Field Visibility Each widget can optionally provide a list of which fields should be visible via the `fields` widget property. If no fields are specified, then all fields will be displayed. The `fields` property must be a valid YAML array of strings. As an example, here is the entry for Sonarr showing only a couple of fields.