Skip to content

Commit

Permalink
Merge pull request #129 from appuio/increase-loki-ingester-workaround…
Browse files Browse the repository at this point in the history
…-freq

Run the loki ingester workaround every 10 minutes
  • Loading branch information
haasad authored Apr 22, 2024
2 parents 87e07a1 + d087473 commit f9878ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ parameters:

workaround:
ingester_fix:
schedule: '0,30 * * * *'
schedule: '*/10 * * * *'
sleep_time: 2m

openshift4_elasticsearch_operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ spec:
defaultMode: 364
name: loki-ingester-check
name: wal-check
schedule: 0,30 * * * *
schedule: '*/10 * * * *'
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ spec:
defaultMode: 364
name: loki-ingester-check
name: wal-check
schedule: 0,30 * * * *
schedule: '*/10 * * * *'
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ spec:
defaultMode: 364
name: loki-ingester-check
name: wal-check
schedule: 0,30 * * * *
schedule: '*/10 * * * *'

0 comments on commit f9878ee

Please sign in to comment.