From 584312f100144a9efd7293294aee15541cece73f Mon Sep 17 00:00:00 2001 From: Rishikesh Maddhesiya Date: Sat, 22 Jun 2024 01:34:11 +0530 Subject: [PATCH] made responsive Helm values table --- .../self-hosted/deployment/helm-chart-values.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/en/cloud/self-hosted/deployment/helm-chart-values.md b/content/en/cloud/self-hosted/deployment/helm-chart-values.md index 7939b723..d20c7cd4 100644 --- a/content/en/cloud/self-hosted/deployment/helm-chart-values.md +++ b/content/en/cloud/self-hosted/deployment/helm-chart-values.md @@ -5,16 +5,29 @@ description: "Layer5’s Helm charts support a number of configuration options. weight: 2 --- + + ## Requirements +
+ | Repository | Name | Version | |------------|------|---------| | @ory | hydra | 0.24.2 | | @ory | kratos | 0.39.1 | {.td-initial} +
+ ## Values +
+ | 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 | @@ -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} +
\ No newline at end of file