Skip to content

Commit

Permalink
make worker count configurable through helm
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Apr 22, 2024
1 parent bc189ef commit a762c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/adiff-service-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
- name: RedisServer
value: {{ .Values.adiff_service.redis_url }}
- name: NumberOfWorkers
value: 7
value: {{ .Values.adiff_service.worker_count }}
1 change: 1 addition & 0 deletions helm/osmcha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ adiff_service:
repository: ghcr.io/osmcha/osm-adiff-service
tag: f86fd1ce4e78fa0ec31227559a65111d6a4595e7
redis_url: redis://redis-master:6379
worker_count: 7

0 comments on commit a762c87

Please sign in to comment.