Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy cypress-godelegator-v0.0.1.20240313.0958.82d191d #229

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions godelegator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: orakl-godelegator
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.0.1

# 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.0.1.20240306.0808.17461ba"
appVersion: "v0.0.1.20240313.0958.82d191d"
13 changes: 1 addition & 12 deletions godelegator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
global:
name: godelegator
namespace: orakl

image:
repository: public.ecr.aws/bisonai/orakl-godelegator #repository url
pullPolicy: IfNotPresent
tag: "v0.0.1.20240306.0808.17461ba"
tag: "v0.0.1.20240313.0958.82d191d"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []

secretManager:
enabled: true
secretId:
versionId:

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

podAnnotations:

livenessProbe:
enabled: true
path: /api/v1/
Expand All @@ -30,7 +25,6 @@ global:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5

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

godelegator:
enabled: true
replicas: 1
Expand All @@ -48,25 +41,21 @@ godelegator:
name: sa
annotations: {}
automountServiceAccountToken: true

podSecurityContext: {}
containerSecurityContext: {}

resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 500m
memory: 1Gi

nodeSelector: {}
tolerations: []
dotenv: {}
deployment:
name: orakl-godelegator
replicas: 1

service:
port: 5050
# Optional: For fix external IP address
Expand Down