Skip to content

Commit

Permalink
fix(preview service): healthcheck timeout should be string format (#2872
Browse files Browse the repository at this point in the history
)
  • Loading branch information
iainsproat authored Sep 4, 2024
1 parent 9a28e46 commit 9db95f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
command:
- node
- -e
- {{ printf "process.exit(Date.now() - require('fs').readFileSync('/tmp/last_successful_query', 'utf8') > %d)" .Values.preview_service.puppeteer.timeoutMilliseconds }}
- {{ printf "process.exit(Date.now() - require('fs').readFileSync('/tmp/last_successful_query', 'utf8') > %s)" .Values.preview_service.puppeteer.timeoutMilliseconds }}

resources:
requests:
Expand Down

0 comments on commit 9db95f3

Please sign in to comment.