Skip to content

Commit

Permalink
Update osm-adiff-service and set NumberOfWorkers to 7 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored Apr 22, 2024
1 parent 7dbff78 commit 843da49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions helm/osmcha/templates/adiff-service-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ spec:
key: osmcha_admin_token
- name: RedisServer
value: {{ .Values.adiff_service.redis_url }}
- name: NumberOfWorkers
value: 7
2 changes: 1 addition & 1 deletion helm/osmcha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ adiff_service:
replicas: 2
image:
repository: ghcr.io/osmcha/osm-adiff-service
tag: 9a6461cf5cece6daac1c4a376dcb198388016b7e
tag: f86fd1ce4e78fa0ec31227559a65111d6a4595e7
redis_url: redis://redis-master:6379

0 comments on commit 843da49

Please sign in to comment.