feat(chart): make schedule configurable with prod default
This commit is contained in:
parent
f018611efb
commit
5ca80252ad
2 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ resources:
|
|||
cpu: 50m
|
||||
memory: 128Mi
|
||||
|
||||
job:
|
||||
schedule: "0 8 * * 1"
|
||||
|
||||
app:
|
||||
WEBHOOK_URL: null
|
||||
SENTRY_DSN: null
|
||||
|
|
|
|||
Reference in a new issue