From b5acf37885e2d798e5ddcc549421b7a67be77541 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:58:24 +0200 Subject: [PATCH] Update helm docs (#135) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nscuro <5693141+nscuro@users.noreply.github.com> --- charts/hyades/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hyades/README.md b/charts/hyades/README.md index 07c246e..907b364 100644 --- a/charts/hyades/README.md +++ b/charts/hyades/README.md @@ -58,9 +58,9 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy | apiServer.probes.readiness.timeoutSeconds | int | `5` | | | apiServer.replicaCount | int | `1` | | | apiServer.resources.limits.cpu | string | `"4"` | | -| apiServer.resources.limits.memory | string | `"8Gi"` | | +| apiServer.resources.limits.memory | string | `"2Gi"` | | | apiServer.resources.requests.cpu | string | `"2"` | | -| apiServer.resources.requests.memory | string | `"4Gi"` | | +| apiServer.resources.requests.memory | string | `"2Gi"` | | | apiServer.service.annotations | object | `{}` | | | apiServer.service.nodePort | string | `nil` | | | apiServer.service.type | string | `"ClusterIP"` | |