Skip to content

Commit

Permalink
adding RULE_PROCESSING_GOMAXPROCS
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed May 19, 2023
1 parent ec7f3f9 commit 83602d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/kubescape-relevancy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 2.0.9
version: 2.0.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 2.0.9
appVersion: 2.0.10

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ data:
"storage": "{{ .Values.kubescapeStorage.enabled }}",
"maxImageSize": {{ .Values.kubevuln.config.maxImageSize }},
"keepLocal": {{ .Values.global.keepLocal }},
"scanTimeout": "{{ .Values.kubevuln.config.scanTimeout }}",
{{- if eq .Values.environment "dev" }}
"backendOpenAPI": "{{ .Values.devBackendOpenAPI }}",
"eventReceiverRestURL": "{{ .Values.devEventReceiverHttpUrl }}",
Expand Down
2 changes: 2 additions & 0 deletions labs/kubescape-relevancy/templates/kubescape/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
env:
- name: CLUSTER_NAME
value: "{{ regexReplaceAll "\\W+" .Values.clusterName "-" }}"
- name: RULE_PROCESSING_GOMAXPROCS
value: "{{ .Values.kubescape.ruleProcessingConcurrency }}"
- name: KS_LOGGER_LEVEL
value: "{{ .Values.logger.level }}"
- name: KS_LOGGER_NAME
Expand Down

0 comments on commit 83602d3

Please sign in to comment.