Skip to content

Commit

Permalink
Fix oracle-provider autoscaling config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jul 12, 2024
1 parent e5e0cbd commit 2cdd136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-oracle-provider
description: Oracle provider that uses Kamu Node to supply data to blockchain smart contracts
type: application
version: 0.27.1
version: 0.27.2
appVersion: "0.27.4"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 0 additions & 2 deletions charts/kamu-oracle-provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ metadata:
labels:
{{- include "kamu-oracle-provider.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "kamu-oracle-provider.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 2cdd136

Please sign in to comment.