From caf5fb2cc24fb02078daa6d45aedc9efde8a05b1 Mon Sep 17 00:00:00 2001 From: Artem Torubarov Date: Thu, 2 May 2024 11:47:59 +0200 Subject: [PATCH] adjust release links and docs --- .github/workflows/ci-go.yml | 4 ++++ deploy/chorus/values.yaml | 18 ++++++++++-------- service/proxy/config.yaml | 4 ++-- tools/chorctl/README.md | 7 ++++++- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 51c7114..565cecb 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -6,6 +6,10 @@ on: pull_request: branches: - main + paths: + - ".github/**" + - "**.go" + - "**/config.yaml" jobs: test: runs-on: ubuntu-latest diff --git a/deploy/chorus/values.yaml b/deploy/chorus/values.yaml index 11f21ce..ef98369 100644 --- a/deploy/chorus/values.yaml +++ b/deploy/chorus/values.yaml @@ -17,7 +17,7 @@ proxy: port: 9669 targetPort: http type: ClusterIP - config: + config: # for full spec and default values see proxy config: https://github.com/clyso/chorus/blob/main/service/proxy/config.yaml and common config https://github.com/clyso/chorus/blob/main/pkg/config/config.yaml metrics: enabled: false log: @@ -35,11 +35,13 @@ proxy: auth: allowV2Signature: false useStorage: # use credentials from one of configured storages - custom: # use custom credentials for proxy s3 endpoint - # - accessKeyID: - # secretAccessKey: - # - accessKeyID: - # secretAccessKey: + custom: # or use custom credentials for proxy s3 endpoint + # user1: + # accessKeyID: + # secretAccessKey: + # user2: + # accessKeyID: + # secretAccessKey: worker: replicas: 2 image: @@ -63,7 +65,7 @@ worker: port: 9670 targetPort: grpc type: ClusterIP - config: + config: # for full spec and default values see worker config: https://github.com/clyso/chorus/blob/main/service/worker/config.yaml and common config https://github.com/clyso/chorus/blob/main/pkg/config/config.yaml metrics: enabled: false log: @@ -130,7 +132,7 @@ agent: port: 9673 targetPort: http type: ClusterIP - config: + config: # for full spec and default values see agent config: https://github.com/clyso/chorus/blob/main/service/agent/config.yaml and common config https://github.com/clyso/chorus/blob/main/pkg/config/config.yaml metrics: enabled: false log: diff --git a/service/proxy/config.yaml b/service/proxy/config.yaml index 6ff816a..8b9c130 100644 --- a/service/proxy/config.yaml +++ b/service/proxy/config.yaml @@ -7,7 +7,7 @@ cors: auth: allowV2Signature: false useStorage: # use credentials from one of configured storages - custom: # use custom credentials for proxy s3 endpoint + custom: # OR use custom credentials for proxy s3 endpoint # user1: # accessKeyID: # secretAccessKey: @@ -51,4 +51,4 @@ storage: # isSecure: true #set false for http address # rateLimit: # enable: true -# rpm: 60 \ No newline at end of file +# rpm: 60 diff --git a/tools/chorctl/README.md b/tools/chorctl/README.md index 132c63b..dc2507d 100644 --- a/tools/chorctl/README.md +++ b/tools/chorctl/README.md @@ -7,7 +7,12 @@ CLI for chorus management api. ```shell go build . ``` -Or download binary from [docs page](https://docs.clyso.com/docs/products/chorus/installation#management-cli) +Or download binary from [the latest release](https://github.com/clyso/chorus/releases). + +Or with homebrew (MacOS and Linux only): +```shell +brew install clyso/tap/chorctl +``` ## Usage