Skip to content

Commit

Permalink
[KRV-21812] Storage capacity poll interval (#416)
Browse files Browse the repository at this point in the history
* [KRV-21812] Added storagePollInterval param

* [KRV-21812] Rename param

* [KRV-21812] Move param in config map

* [KRV-21812] Comment

* [KRV-21812] Capitalize parameter
  • Loading branch information
EvgenyUglov authored Apr 30, 2024
1 parent 3eb2cf5 commit 72b2eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/csm-authorization/templates/csm-config-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ data:
csm-config-params.yaml: |
CONCURRENT_POWERFLEX_REQUESTS: {{ .Values.authorization.concurrentPowerFlexRequests }}
LOG_LEVEL: {{ .Values.authorization.logLevel }}
STORAGE_CAPACITY_POLL_INTERVAL: {{ .Values.authorization.storageCapacityPollInterval }}
{{- if (.Values.authorization.zipkin.collectoruri) }}
zipkin.collectoruri: {{ .Values.authorization.zipkin.collectoruri }}
zipkin.probability: {{ .Values.authorization.zipkin.probability }}
Expand Down
3 changes: 3 additions & 0 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ authorization:

# additional annotations for the proxy-server ingress
annotations: {}

# storage capacity poll interval
storageCapacityPollInterval: 5m

redis:
images:
Expand Down

0 comments on commit 72b2eec

Please sign in to comment.