Commit Graph

4 Commits

Author SHA1 Message Date
Neil Hanlon c6f6c2c47d
fix: preCommand and postCommand injected improperly (#4)
these need to be strings we pass as a single object to bash -c, rather
than multiple discrete commands.
2023-04-07 01:16:57 +00:00
Neil Hanlon 656f7b5a4f
deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs (#3)
* deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs

We don't want to assume a user will be running this with Istio as the
RESF is, so we don't always need to kill the istio proxy in this manner

This change moves the existing trap/curl command to terminate the istio
proxy into values.yaml for our deployment allowing it to be overwritten
for others needs

* feat: automatically terminate cronjob after 5 minutes
2023-04-07 01:05:49 +00:00
Neil Hanlon 776f4eddbe
Poll for new advisories every 15 minutes 2023-02-28 11:14:52 -05:00
Mustafa Gezen 8e20383ef5
Add apollo-rhworker chart 2023-02-02 17:55:28 +01:00