Skip to content

Commit

Permalink
Update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 21, 2023
1 parent d67b9b9 commit 83677bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/archive-query-log/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ maintainers:

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.1.24
appVersion: 0.1.25

# 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.
version: 0.1.29
version: 0.1.30
8 changes: 8 additions & 0 deletions helm/archive-query-log/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ serpsParseWarcQuery:
backoffLimit: 25
ttlMinutesAfterFinished: 5

serpsParseWarcSnippets:
enabled: true
schedule: "0,15,30,45 * * * *"
completions: 5
parallelism: 5
backoffLimit: 25
ttlMinutesAfterFinished: 5

monitoring:
ingressClassName: nginx
host: aql-monitoring.srv.webis.de
Expand Down

0 comments on commit 83677bd

Please sign in to comment.