Skip to content

Commit

Permalink
change Table README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCoGD committed Jun 7, 2024
1 parent 54860e0 commit 0dbdd97
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0dbdd97

Please sign in to comment.