Skip to content

Commit

Permalink
description env
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoFeresini committed Sep 15, 2023
1 parent 891abb1 commit 69f4f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c
| runtimeStatusIntegrator.resources.limits.memory | Runtime Status Integrator Memory limit per replica | <code>350Mi</code> |
| runtimeStatusIntegrator.resources.requests.cpu | Runtime Status Integrator CPU requests per replica | <code>"350m"</code> |
| runtimeStatusIntegrator.resources.requests.memory | Runtime Status Integrator Memory requests per replica | <code>350Mi</code> |
| runtimeStatusIntegrator.env | | <code>{}</code> |
| runtimeStatusIntegrator.env | Runtime Status Integrator env allows the definition of environment variables | <code>{}</code> |
| runtimeStatusIntegrator.natsJS.user | The username to be used in the NATS JetStream instance the Runtime Status Integrator is going to start | <code>"default-user"</code> |
| imageSbomExtractor.image.registry | The image registry to use for the Image SBOM Extractor component of Cluster Scanner | <code>quay.io</code> |
| imageSbomExtractor.image.repository | The image repository to use for pulling the Image SBOM Extractor image | <code>sysdig/image-sbom-extractor</code> |
Expand All @@ -130,7 +130,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c
| imageSbomExtractor.resources.limits.memory | Image SBOM Extractor Memory limit per replica | <code>350Mi</code> |
| imageSbomExtractor.resources.requests.cpu | Image SBOM Extractor CPU requests per replica | <code>"350m"</code> |
| imageSbomExtractor.resources.requests.memory | Image SBOM Extractor Memory requests per replica | <code>350Mi</code> |
| imageSbomExtractor.env | | <code>{}</code> |
| imageSbomExtractor.env | Image SBOM Extractor env allows the definition of environment variables | <code>{}</code> |
| imageSbomExtractor.cache.type | The type of cache to use. Allowed values are `local`, `distributed` and `distributed,local`. When specified more than one, the cache precedence will be applied from right to left. Eg: `distributed,local` will try to hit the local one first, than fallback to distributed one (redis) When setting `distributed`, you should also setup redis settings below accordingly with your redis installation. | <code>"local"</code> |
| imageSbomExtractor.cache.local.maxSizeBytes | The maximum size in bytes of the local cache. By default it is set to 35MB | <code>"36700160"</code> |
| imageSbomExtractor.cache.local.maxElementSizeBytes | When using `local` as cache type, restrict the maximum size of elements to be cached. By default it is set to 100KB | <code>"102400"</code> |
Expand Down
2 changes: 2 additions & 0 deletions charts/cluster-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ runtimeStatusIntegrator:
# Runtime Status Integrator Memory requests per replica
memory: 350Mi

# Runtime Status Integrator env allows the definition of environment variables
env: {}

natsJS:
Expand Down Expand Up @@ -182,6 +183,7 @@ imageSbomExtractor:
# Image SBOM Extractor Memory requests per replica
memory: 350Mi

# Image SBOM Extractor env allows the definition of environment variables
env: {}

cache:
Expand Down

0 comments on commit 69f4f09

Please sign in to comment.