From 878ca079a5672db70a902725bc119e8d54e83576 Mon Sep 17 00:00:00 2001 From: Rishikesh Maddhesiya Date: Sat, 22 Jun 2024 01:34:11 +0530 Subject: [PATCH 1/2] made responsive Helm values table Signed-off-by: Rishikesh Maddhesiya --- .../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 From 0d67e5b76d475abf9a8aa735f365cde664aad31e Mon Sep 17 00:00:00 2001 From: Rishikesh Maddhesiya Date: Sat, 22 Jun 2024 11:16:15 +0530 Subject: [PATCH 2/2] made responsive Helm values table Signed-off-by: Rishikesh Maddhesiya --- content/en/cloud/self-hosted/deployment/helm-chart-values.md | 4 ---- 1 file changed, 4 deletions(-) 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 d20c7cd4..6fa90288 100644 --- a/content/en/cloud/self-hosted/deployment/helm-chart-values.md +++ b/content/en/cloud/self-hosted/deployment/helm-chart-values.md @@ -14,16 +14,12 @@ weight: 2 ## Requirements -
- | Repository | Name | Version | |------------|------|---------| | @ory | hydra | 0.24.2 | | @ory | kratos | 0.39.1 | {.td-initial} -
- ## Values