Skip to content

docs: doc39-helm-k8s-update#3904

Open
hajjimo wants to merge 2 commits intomainfrom
doc39-helm-k8s-update
Open

docs: doc39-helm-k8s-update#3904
hajjimo wants to merge 2 commits intomainfrom
doc39-helm-k8s-update

Conversation

@hajjimo
Copy link
Copy Markdown
Contributor

@hajjimo hajjimo commented Apr 16, 2026

Updates to Helm & Kubernetes deployment guide as per updated Helm chart. Fixes DOC-39

Checklist

  • PR title is prefixed with docs:
  • PR title or description includes a fixes #
  • You've run pnpm format and pnpm lint
  • You've reviewed Vale errors and made changes where appropriate

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 16, 2026

Deploy Preview for brilliant-pasca-3e80ec ready!

Name Link
🔨 Latest commit 2b4a609
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/69e0d414c9820e0009a008fd
😎 Deploy Preview https://deploy-preview-3904--brilliant-pasca-3e80ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the pkg: documentation Changes in the documentation package. label Apr 16, 2026
@github-actions
Copy link
Copy Markdown

🚀 Performance Test Results

Test Configuration:

  • VUs: 4
  • Duration: 1m0s

Test Metrics:

  • Requests/s: 47.33
  • Iterations/s: 15.78
  • Failed Requests: 0.00% (0 of 2849)
📜 Logs

> performance@1.0.0 run-tests:testenv /home/runner/work/rafiki/rafiki/test/performance
> ./scripts/run-tests.sh -e test "-k" "-q" "--vus" "4" "--duration" "1m"

Cloud Nine GraphQL API is up: http://localhost:3101/graphql
Cloud Nine Wallet Address is up: http://localhost:3100/
Happy Life Bank Address is up: http://localhost:4100/
cloud-nine-wallet-test-backend already set
cloud-nine-wallet-test-auth already set
happy-life-bank-test-backend already set
happy-life-bank-test-auth already set
     data_received..................: 1.0 MB 17 kB/s
     data_sent......................: 2.2 MB 36 kB/s
     http_req_blocked...............: avg=7.73µs   min=2.35µs   med=5.42µs   max=1.48ms   p(90)=6.52µs   p(95)=7.18µs  
     http_req_connecting............: avg=344ns    min=0s       med=0s       max=449.97µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=83.87ms  min=7.3ms    med=67.22ms  max=423.38ms p(90)=144.47ms p(95)=176.38ms
       { expected_response:true }...: avg=83.87ms  min=7.3ms    med=67.22ms  max=423.38ms p(90)=144.47ms p(95)=176.38ms
     http_req_failed................: 0.00%  ✓ 0         ✗ 2849
     http_req_receiving.............: avg=97.92µs  min=23.53µs  med=86.29µs  max=2.15ms   p(90)=127.64µs p(95)=163.29µs
     http_req_sending...............: avg=34.55µs  min=10.05µs  med=29.09µs  max=1.54ms   p(90)=39.76µs  p(95)=54.96µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=83.73ms  min=7.12ms   med=67.11ms  max=423.13ms p(90)=144.33ms p(95)=176.29ms
     http_reqs......................: 2849   47.330327/s
     iteration_duration.............: avg=253.19ms min=152.85ms med=238.78ms max=823.24ms p(90)=316.08ms p(95)=345.06ms
     iterations.....................: 950    15.782313/s
     vus............................: 4      min=4       max=4 
     vus_max........................: 4      min=4       max=4 

Copy link
Copy Markdown
Contributor

@njlie njlie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for writing this up!

| `config.auth.admin.signatureTtlSeconds` | `30` | The TTL, in seconds, for which a request signature is valid. |
| `config.auth.port.admin` | `3003` | The port of your Rafiki Auth Admin API server. |
| `config.auth.port.auth` | `3006` | The port of your Open Payments authorization server. |
| `config.auth.port.interaction` | `3009` | The port number of your Open Payments interaction-related APIs. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose, technically speaking, there is only one API on this port.

| `backend.serviceUrls.WEBHOOK_URL` | _undefined_ | Your endpoint that consumes webhook events. |
| Helm value name | Default | Description |
| --------------------------------------------- | ------------------------------------- | -------------------------------------------------------------------------------------- |
| `config.backend.auth.grantUrl` | `http://rafiki-auth.rafiki-auth:3006` | The endpoint on your Open Payments authorization server to grant a request. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to grant a request -> make a grant request might be better phrasing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: documentation Changes in the documentation package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants