diff --git a/README.md b/README.md index 6519227..c66ab5c 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,17 @@ helm upgrade gdscan gdscan/gdscan -f values.yaml # Options -| Name | Description | Value | -| ------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------ | -| `service.type` | service type | `ClusterIP` | -| `service.ports.api` | API service port | `8080` | -| `service.annotations` | service annotations | `{}` | -| `replicaCount` | number of pods | `1` | -| `autoscaling.enabled` | enable auto scaling | `false` | -| `autoscaling.maxReplicas` | maximum number of replicas | `20` | -| `autoscaling.metrics` | custom metrics for auto scaling | | -| `terminationGracePeriodSeconds` | max time in seconds for scans to complete | `30` | +| Name | Description | Value | +| ------------------------------- | -------------------------------------------------------------------------------- | ----------- | +| `service.type` | service type | `ClusterIP` | +| `service.ports.api` | API service port | `8080` | +| `service.annotations` | service annotations | `{}` | +| `replicaCount` | number of pods | `1` | +| `autoscaling.enabled` | enable auto scaling | `false` | +| `autoscaling.maxReplicas` | maximum number of replicas | `20` | +| `autoscaling.metrics` | custom metrics for auto scaling | | +| `terminationGracePeriodSeconds` | max time in seconds for scans to complete | `30` | +| `debug` | when activated the containers produce more verbose eg for analysing scan timings | `false` | +| `server.tempfolder.inmemory` | activates inmemory tempfolder | `false` | +| `client.tempfolder.inmemory` | activates inmemory tempfolder | `false` | +