Skip to content

Commit

Permalink
made responsive Helm values table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishikesh63 committed Jun 21, 2024
1 parent 72c55f4 commit 584312f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/en/cloud/self-hosted/deployment/helm-chart-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,29 @@ description: "Layer5’s Helm charts support a number of configuration options.
weight: 2
---

<style>
.table-container {
overflow-x: auto;
max-width: 100%;
}
</style>

## Requirements

<div class="table-container">

| Repository | Name | Version |
|------------|------|---------|
| @ory | hydra | 0.24.2 |
| @ory | kratos | 0.39.1 |
{.td-initial}

</div>

## Values

<div class="table-container">

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity for Layer5 Cloud primary pods assignment ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity |
Expand Down Expand Up @@ -96,3 +109,4 @@ weight: 2
| tolerations | list | `[]` | Tolerations for Layer5 Cloud pods assignment ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
{.td-initial}

</div>

0 comments on commit 584312f

Please sign in to comment.