Skip to content

Commit

Permalink
Merge pull request #7 from paul-tharun/patch-1
Browse files Browse the repository at this point in the history
update hunting celery to 0.4.9
  • Loading branch information
paul-tharun authored Oct 12, 2023
2 parents bfbf7b8 + 9d68ad1 commit 6aea482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hunting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.8
version: 0.4.9

# 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
Expand Down
4 changes: 3 additions & 1 deletion charts/hunting/templates/deployment-celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ spec:
- app.worker
- worker
- -l
- info
- info
- --max-memory-per-child=3000000
- --max-tasks-per-child=2
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 6aea482

Please sign in to comment.