From 2ef09ffd85fc0ab2afd6b1e46623af3b00985fba Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 25 Dec 2025 12:24:44 +1100 Subject: [PATCH] added app.kubernetes.io/instance: calibre --- route.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/route.yaml b/route.yaml index 4cd9b6b..33ff3f6 100644 --- a/route.yaml +++ b/route.yaml @@ -1,5 +1,7 @@ kind: Route apiVersion: route.openshift.io/v1 +labels: + app.kubernetes.io/instance: calibre metadata: name: calibre-route namespace: calibre