Skip to content

Commit

Permalink
Merge branch 'master' into fix-copy-button-styles-and-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
iArchitSharma authored Jun 23, 2024
2 parents e7f20be + 41a272c commit 7dcd55c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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,6 +5,13 @@ description: "Layer5’s Helm charts support a number of configuration options.
weight: 2
---

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

## Requirements

| Repository | Name | Version |
Expand All @@ -15,6 +22,8 @@ weight: 2

## 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 +105,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 7dcd55c

Please sign in to comment.