From 7fd9dda0bb2b5863f4fe97b5af9978739ae7e91f Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 25 Dec 2025 12:21:29 +1100 Subject: [PATCH] added app.kubernetes.io/instance: calibre --- service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/service.yaml b/service.yaml index 1934183..5571fd0 100644 --- a/service.yaml +++ b/service.yaml @@ -5,6 +5,7 @@ metadata: namespace: calibre labels: app: calibre + app.kubernetes.io/instance: calibr spec: selector: app: calibre