Skip to content

Commit d3ceda0

Browse files
committed
chore: update README with instructions about configuring resources
1 parent cc0cc18 commit d3ceda0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snyk-monitor/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,16 @@ helm upgrade --install snyk-monitor snyk-charts/snyk-monitor \
237237
--set volumes.projected.serviceAccountToken=true
238238
```
239239

240+
## Configuring resources
241+
242+
If more resources is required in order to deploy snyk-monitor, you can configure the helm charts default value for requests and limits with the `--set` flag.
243+
```shell
244+
helm upgrade --install snyk-monitor snyk-charts/snyk-monitor \
245+
--namespace snyk-monitor \
246+
--set requests."ephemeral-storage"="50Gi"
247+
--set limits."ephemeral-storage"="50Gi"
248+
```
249+
240250
## Using custom CA certificate
241251
You can provide custom CA certificates to use for validating TLS connections by adding them to a ConfigMap named snyk-monitor-certs. These additional certificates are used when pulling images from container registries.
242252

0 commit comments

Comments
 (0)