Files
dancefetcher/k8s/deploy.yaml
T
renovate 105297c7cf
dancefetcher / build (push) Successful in 10m40s
dancefetcher / deploy-prod (push) Successful in 2m15s
chore(deps): pin oci.unbound.se/dancefinder/dancefetcher docker tag to fed388a (#151)
2026-01-09 08:02:32 +00:00

26 lines
694 B
YAML

apiVersion: batch/v1
kind: CronJob
metadata:
labels:
app.kubernetes.io/name: dancefetcher
name: dancefetcher
spec:
schedule: '0 0 * * *'
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
spec:
containers:
- name: dancefetcher
image: oci.unbound.se/dancefinder/dancefetcher@sha256:fed388a6a98b624384be32f85063851a6c8b30dfe9103129a011ecb9276b0afb:${COMMIT}
imagePullPolicy: Always
resources:
limits:
cpu: 600m
memory: 200Mi
requests:
cpu: 20m
memory: 30Mi
restartPolicy: OnFailure