Skip to content

Commit

Permalink
Merge pull request #238 from MinaFoundation/pm-1888-fix-autoscaling
Browse files Browse the repository at this point in the history
PM-1888 - Fix kyc deployment
  • Loading branch information
johnmarcou authored Aug 6, 2024
2 parents 9122f9d + e5f25ea commit 8c82098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kyc-management-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ metadata:
labels:
{{- include "kyc-management-app.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "kyc-management-app.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 8c82098

Please sign in to comment.