Initial commit

This commit is contained in:
2025-05-30 00:45:17 +02:00
commit 45c0cbaff5
31 changed files with 5847 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: autoupdate-teable-figurines-currencies
spec:
schedule: "0 3 * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: autoupdate-teable-figurines-currencies
image: git.prettysunflower.moe/prettysunflower/autoupdate-teable-figurines-currencies:v1.0
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
name: autoupdate-teable-figurines-currencies-secret
restartPolicy: OnFailure