feat: initial version

This commit is contained in:
2020-02-07 20:59:25 +01:00
commit 3aaa69175c
12 changed files with 19277 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: dancefetcher
spec:
schedule: '0 0 * * *'
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
spec:
containers:
- name: dancefetcher
imagePullPolicy: Always
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT}
restartPolicy: OnFailure