This doc is for deploying Orakl of Klaytn using applications such as Argocd, Prometheus, etc. Each directory contains a ‘README.md’ file, and the README has instructions on installing it in AWS Kubernetes.
Optional
- Argocd (Optional, CICD Tools with Kubernetes)
- Prometheus (Optional, Monitoring Tool)
Required
1) Redis 2) Cli (Initial configuration) 3) VRF (Required) 4) Request-Response (Required)
Required applications need to be installed by sequence
values.yaml
of updated service.Chart.yaml
. and edit appVersion
in the same file.
v0.3.1.20230712.0827.c373159
app version is 0.3.1
helm package ${service name} --destination ./charts
# Example: Generate VRF package
helm package vrf --destination ./charts
# Example: Generate all packages
find * -name 'Chart.yaml' -exec dirname {} \; | xargs helm package --destination ./charts
helm repo index .
helm repo up