From e93b28faafcf0560e0f7193943adc7fc6e0f8c13 Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Sat, 14 Dec 2024 20:48:22 +0000 Subject: [PATCH] Fix mcs deployment --- ops/helm-charts/metrics-calculation-service/Chart.yaml | 2 +- .../metrics-calculation-service/templates/app.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ops/helm-charts/metrics-calculation-service/Chart.yaml b/ops/helm-charts/metrics-calculation-service/Chart.yaml index bd93d22e9..417292f36 100644 --- a/ops/helm-charts/metrics-calculation-service/Chart.yaml +++ b/ops/helm-charts/metrics-calculation-service/Chart.yaml @@ -3,5 +3,5 @@ name: metrics-calculation-service description: The metrics calculation service type: application -version: 0.2.0 +version: 0.2.1 appVersion: 0.1.0 \ No newline at end of file diff --git a/ops/helm-charts/metrics-calculation-service/templates/app.yaml b/ops/helm-charts/metrics-calculation-service/templates/app.yaml index 3599950e0..94b6580ea 100644 --- a/ops/helm-charts/metrics-calculation-service/templates/app.yaml +++ b/ops/helm-charts/metrics-calculation-service/templates/app.yaml @@ -10,11 +10,11 @@ spec: replicas: 1 selector: matchLabels: - app: mcs + {{- include "mcs.labels" . | nindent 6 }} template: metadata: labels: - app: mcs + {{- include "mcs.labels" . | nindent 8 }} spec: serviceAccountName: {{ include "mcs.fullname" . }} containers: