Skip to content

Commit

Permalink
feat: deploy v0.5.1.20240528.1021.7676923
Browse files Browse the repository at this point in the history
  • Loading branch information
orakl-bot committed May 28, 2024
1 parent 93ccc8b commit 09e8bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
5 changes: 1 addition & 4 deletions aggregator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: orakl-aggregator
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,14 +10,12 @@ description: A Helm chart for Kubernetes
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.1.20240223.0352.eec1c2d"
appVersion: "v0.5.1.20240528.1021.7676923"
24 changes: 1 addition & 23 deletions aggregator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,21 @@ global:
image:
repository: public.ecr.aws/u6t6w0e4/orakl-core #repository url
pullPolicy: IfNotPresent
tag: "v0.5.1.20240223.0352.eec1c2d"
tag: "v0.5.1.20240528.1021.7676923"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []

secretManager:
enabled: false
secretId:
versionId:

gcpAutopilot:
enabled: false

affinity:
enabled: false
key: kubernetes.io/hostname
value:

podAnnotations: {}

livenessProbe:
enabled: true
path: /
Expand All @@ -36,7 +31,6 @@ global:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5

readinessProbe:
enabled: true
path: /
Expand All @@ -45,7 +39,6 @@ global:
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 5

listener:
enabled: true
replicas: 1
Expand All @@ -58,21 +51,16 @@ listener:
annotations: {}
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true

APP_PORT: 4000

podSecurityContext: {}

containerSecurityContext: {}

resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 1000m
memory: 2Gi

worker:
enabled: true
replicas: 1
Expand All @@ -85,21 +73,16 @@ worker:
annotations: {}
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true

APP_PORT: 5000

podSecurityContext: {}

containerSecurityContext: {}

resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 1000m
memory: 2Gi

reporter:
enabled: true
replicas: 1
Expand All @@ -112,21 +95,16 @@ reporter:
annotations: {}
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true

APP_PORT: 6000

podSecurityContext: {}

containerSecurityContext: {}

resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 1000m
memory: 2Gi

nodeSelector: {}
tolerations: []
dotenv: {}

0 comments on commit 09e8bc4

Please sign in to comment.