From 124097e937790be2f628b58717f02e04db632794 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 25 Dec 2025 12:23:33 +1100 Subject: [PATCH] added app.kubernetes.io/instance: calibre --- deployment.yml | 1 + service.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment.yml b/deployment.yml index d3df25a..deea01e 100644 --- a/deployment.yml +++ b/deployment.yml @@ -5,6 +5,7 @@ metadata: namespace: calibre labels: app: calibre + app.kubernetes.io/instance: calibre version: latest type: third-party facing: internal diff --git a/service.yaml b/service.yaml index 5571fd0..214ab5a 100644 --- a/service.yaml +++ b/service.yaml @@ -5,7 +5,7 @@ metadata: namespace: calibre labels: app: calibre - app.kubernetes.io/instance: calibr + app.kubernetes.io/instance: calibre spec: selector: app: calibre