From 51c61854958ddfe83e42984827c0cc236124e0ca Mon Sep 17 00:00:00 2001 From: Heike Colditz Date: Fri, 7 Jun 2024 15:15:17 +0200 Subject: [PATCH] change Table README.md --- README.md | 70 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 6980c49..cb0b140 100644 --- a/README.md +++ b/README.md @@ -147,41 +147,41 @@ In addition, Sentry will always behave as follows: ### Other values -| Parameter | Description | Value | -|--------------------------------------------|-------------------------------------------------------------------------------------------------------------|----------------------------------| -| `global.imagePullSecrets` | List of image pull secrets | `- name: registry` | -| `global.secret.dockerconfigjson` | Docker authentication configuration | `""` | -| `cloud.hashLookup.enabled` | Enable/Disable the cloud hash lookup | `true` | -| `cloud.allowlistLookup.enabled` | Enable/Disable the cloud allowlist lookup | `true` | -| `gateway.ingress.enabled` | Enable/Disable the Ingress resource | `false` | -| `gateway.ingress.annotations` | Additional annotations for Ingress | `{}` | -| `gateway.ingress.hosts` | Hostnames and paths for Ingress | `[]` | -| `gateway.ingress.tls` | TLS configuration for Ingress | `[]` | -| `gateway.ingress.className` | Class name for Ingress | `""` | -| `gateway.authentication.authority` | Authority for authentication | `""` | -| `gateway.nameOverride` | Overrides the application name | `""` | -| `gateway.fullnameOverride` | Overrides the full name | `""` | -| `gateway.networkPolicy.enabled` | Enable/Disable the default Network Policy | `false` | -| `gateway.service.type` | Type of Kubernetes service | `""` | -| `gateway.service.http.port` | HTTP port for the service | `8080` | -| `gateway.service.ws.port` | WebSocket port for the service | `9090` | -| `gateway.podDisruptionBudget.minAvailable` | Minimum available pods in case of disruption | `1` | -| `gateway.replicaCount` | Number of replicas | `1` | -| `gateway.revisionHistoryLimit` | Number of revisions in history | `1` | -| `gateway.resources.limits.memory` | Maximum memory usage | `512Mi` | -| `gateway.resources.requests.cpu` | Requested CPU performance | `0.5` | -| `gateway.resources.requests.memory` | Requested memory usage | `256Mi` | -| `gateway.containerSecurityContext.enabled` | Enable/Disable container security context | `false` | -| `gateway.uploadUrl` | URL for the upload service | `"http://localhost:8080/upload"` | -| `gateway.podAnnotations` | Annotations for pods | `{}` | -| `gateway.nodeSelector` | Node labels for pod assignment | `{}` | -| `gateway.affinity` | Affinity settings for pods | `{}` | -| `gateway.terminationGracePeriodSeconds` | Max time in seconds for scans to complete | `30` | -| `gdscan.nodeSelector` | gdscan node labels for pod assignment | `{}` | -| `gdscan.replicaCount` | Number of replicas for the gdscan deployment | `1`` | -| `gdscan.terminationGracePeriodSeconds` | Max time in seconds for scans to complete. Set to same value as ```gateway.terminationGracePeriodSeconds``` | `30` | -| `mini-identity-provider.nodeSelector` | mini-identity-provider Node labels for pod assignment | `{}` | -| `mini-identity-provider.ingress.className` | Class name for Ingress | `""` | +| Parameter | Description | Value | +|-------------------------------------------|-------------------------------------------------------------------------------------------------------|--------------------------------| +| global.imagePullSecrets | List of image pull secrets | - name: registry | +| global.secret.dockerconfigjson | Docker authentication configuration | "" | +| cloud.hashLookup.enabled | Enable/Disable the cloud hash lookup | true | +| cloud.allowlistLookup.enabled | Enable/Disable the cloud allowlist lookup | true | +| gateway.ingress.enabled | Enable/Disable the Ingress resource | false | +| gateway.ingress.annotations | Additional annotations for Ingress | {} | +| gateway.ingress.hosts | Hostnames and paths for Ingress | [] | +| gateway.ingress.tls` | TLS configuration for Ingress | [] | +| gateway.ingress.className | Class name for Ingress | "" | +| gateway.authentication.authority | Authority for authentication | "" | +| gateway.nameOverride | Overrides the application name | "" | +| gateway.fullnameOverride | Overrides the full name | "" | +| gateway.networkPolicy.enabled | Enable/Disable the default Network Policy | false | +| gateway.service.type | Type of Kubernetes service | "" | +| gateway.service.http.port | HTTP port for the service | 8080 | +| gateway.service.ws.port | WebSocket port for the service | 9090 | +| gateway.podDisruptionBudget.minAvailable` | Minimum available pods in case of disruption | 1 | +| gateway.replicaCount | Number of replicas | 1 | +| gateway.revisionHistoryLimit | Number of revisions in history | 1 | +| gateway.resources.limits.memory | Maximum memory usage | 512Mi | +| gateway.resources.requests.cpu | Requested CPU performance | 0.5 | +| gateway.resources.requests.memory | Requested memory usage | 256Mi | +| gateway.containerSecurityContext.enabled | Enable/Disable container security context | false | +| gateway.uploadUrl | URL for the upload service | "http://localhost:8080/upload" | +| gateway.podAnnotations | Annotations for pods | {} | +| gateway.nodeSelector | Node labels for pod assignment | {} | +| gateway.affinity | Affinity settings for pods | {} | +| gateway.terminationGracePeriodSeconds | Max time in seconds for scans to complete | 30 | +| gdscan.nodeSelector | gdscan node labels for pod assignment | {} | +| gdscan.replicaCount | Number of replicas for the gdscan deployment | 1 | +| gdscan.terminationGracePeriodSeconds | Max time in seconds for scans to complete. Set to same value as gateway.terminationGracePeriodSeconds | 30 | +| mini-identity-provider.nodeSelector | mini-identity-provider Node labels for pod assignment | {} | +| mini-identity-provider.ingress.className | Class name for Ingress | "" | ## Production environment