Skip to content

Commit

Permalink
Merge pull request #2012 from bosch-io/bugfix/remove-unused-configura…
Browse files Browse the repository at this point in the history
…tion

removed unused DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE in thingssearch
  • Loading branch information
thjaeckle committed Sep 10, 2024
2 parents acfed4a + 41082c3 commit b1ecb6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.5.18 # chart version is effectively set by release-job
version: 3.5.19 # chart version is effectively set by release-job
appVersion: 3.5.10
keywords:
- iot-chart
Expand Down
6 changes: 0 additions & 6 deletions deployment/helm/ditto/templates/thingssearch-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ spec:
value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.throughput }}"
- name: BACKGROUND_SYCN_THROTTLE_PERIOD
value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.period }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE
value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.maxSize }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_WRITE
value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.expireAfterWrite }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_ACCESS
value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.expireAfterAccess }}"
{{- if .Values.thingsSearch.extraEnv }}
{{- toYaml .Values.thingsSearch.extraEnv | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit b1ecb6d

Please sign in to comment.