Skip to content

Commit

Permalink
Fix mcs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Dec 14, 2024
1 parent 497e92f commit e93b28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ops/helm-charts/metrics-calculation-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e93b28f

Please sign in to comment.