Skip to content
Open
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
26 changes: 24 additions & 2 deletions packages/documentation/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,30 @@ export default defineConfig({
link: '/integration/deployment/docker-compose'
},
{
label: 'Helm and Kubernetes',
link: '/integration/deployment/helm-k8s'
label: 'Helm & Kubernetes',
collapsed: true,
items: [
{
label: 'Get Started',
link: '/integration/deployment/helm-k8s/getting-started'
},
{
label: 'Peered Rafiki Instances Example',
link: '/integration/deployment/helm-k8s/peered-rafiki-architecture'
},
{
label: 'Deploy ASE A',
link: '/integration/deployment/helm-k8s/ase-a-test-wallet'
},
{
label: 'Deploy ASE B',
link: '/integration/deployment/helm-k8s/ase-b-interledger-app'
},
{
label: 'Peer the ASEs',
link: '/integration/deployment/helm-k8s/ase-peering'
}
]
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Now, your peer liquidity account's balance is \$9,900 and your USD settlement ac

TigerBeetle is a high-performance distributed financial accounting database used by Rafiki’s [backend service](/es/integration/deployment/services/backend-service) to store account balance data. Both liquidity and settlement accounts in Rafiki correspond to TigerBeetle credit and debit accounts, respectively.

TigerBeetle only holds balance data without any additional ILP packet metadata. For detailed information on TigerBeetle, including its consensus mechanism and its limitations, visit the official TigerBeetle <LinkOut href="https://docs.tigerbeetle.com/">documentation</LinkOut> and <LinkOut href="https://tigerbeetle.com/blog/">blog</LinkOut>. For more information about TigerBeetle in a production Rafiki environment, see [Running Rafiki in production](/es/integration/deployment/helm-k8s).
TigerBeetle only holds balance data without any additional ILP packet metadata. For detailed information on TigerBeetle, including its consensus mechanism and its limitations, visit the official TigerBeetle <LinkOut href="https://docs.tigerbeetle.com/">documentation</LinkOut> and <LinkOut href="https://tigerbeetle.com/blog/">blog</LinkOut>. For more information about TigerBeetle in a production Rafiki environment, see [Running Rafiki in production](/es/integration/deployment/helm-k8s/getting-started).

### Postgres

Expand Down
Loading
Loading