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