Skip to content

Commit

Permalink
Update oracle-provider chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jul 12, 2024
1 parent 2aa632b commit e5e0cbd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 83 deletions.
4 changes: 2 additions & 2 deletions charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.0
appVersion: "0.27.1"
version: 0.27.1
appVersion: "0.27.4"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
17 changes: 0 additions & 17 deletions charts/kamu-oracle-provider/templates/aws-credentials-secret.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions charts/kamu-oracle-provider/templates/hpa.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions charts/kamu-oracle-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ app:
# TODO: generate schema for config from DTOs
config: {}

awsCredentials:
enabled: false
existingSecret: ""
awsEndpoint: ""
awsRegion: ""
awsAccessKeyId: ""
awsSecretAccessKey: ""


###############################################################################
# Pod
Expand Down Expand Up @@ -68,31 +60,3 @@ nodeSelector: {}
tolerations: []

affinity: {}

###############################################################################
# Service
###############################################################################

# service:
# type: ClusterIP
#
# ports:
# http: 8080
# https: 8443
#
# nodePorts:
# http: ""
# https: ""
#
# annotations: {}

###############################################################################
# Autoscaling
###############################################################################

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

0 comments on commit e5e0cbd

Please sign in to comment.