Skip to content

Commit

Permalink
Add cronjob manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed May 30, 2024
1 parent 7b5cfc1 commit 1026c2e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions price_updater/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: multichain-price-update
spec:
schedule: "00 */6 * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: update
image: europe-west4-docker.pkg.dev/stakewiselabs/public/multichain:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: multichain-config
restartPolicy: OnFailure

0 comments on commit 1026c2e

Please sign in to comment.