Skip to content

Commit

Permalink
feat: deploy OraklNode
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Apr 29, 2024
1 parent 6247b86 commit 103aec4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.1.0
# 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.20240429.0432.2e850d1"
appVersion: "v0.0.1.20240429.0933.a1b0b6c"
7 changes: 7 additions & 0 deletions node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ spec:
key: PRIVATE_NETWORK_SECRET
- name: BOOT_API_URL
value: "http://orakl-boot-api.orakl.svc.cluster.local:5050"
- name: ENCRYPT_PASSWORD
value: "anything"
- name: SIGNER_PK
valueFrom:
secretKeyRef:
name: node-secrets
key: KLAYTN_REPORTER_PK
ports:
- name: http
containerPort: 3030
Expand Down
2 changes: 1 addition & 1 deletion node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: public.ecr.aws/bisonai/orakl-node
pullPolicy: IfNotPresent
tag: "v0.0.1.20240429.0432.2e850d1"
tag: "v0.0.1.20240429.0933.a1b0b6c"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down

0 comments on commit 103aec4

Please sign in to comment.