summaryrefslogtreecommitdiff
path: root/f3s/argocd-apps
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-08-01 09:43:07 +0300
committerPaul Buetow <paul@buetow.org>2026-08-01 09:43:07 +0300
commit38b01c385a59e6f9bd71ebe54a24fcf74b8966ab (patch)
treea15f0773a310967fce8dda671b82370b2a5353d3 /f3s/argocd-apps
parent0bcc97a819d6578d41754512376b31fff66b1bce (diff)
Add shuriken nightly CronJob (irregular.ninja + alt.irregular.ninja)
ArgoCD-managed CronJob that regenerates the irregular.ninja and alt.irregular.ninja photo albums with the shuriken.sh Docker image, writing them to /data/nfs/k3svolumes/shuriken.sh/<site>/dist on the shared NFS export. Single image job by default (passively cooled N100 hosts). 04:00 Europe/Sofia daily, Forbid stacking, 6h deadline.
Diffstat (limited to 'f3s/argocd-apps')
-rw-r--r--f3s/argocd-apps/services/shuriken.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/f3s/argocd-apps/services/shuriken.yaml b/f3s/argocd-apps/services/shuriken.yaml
new file mode 100644
index 0000000..35a3d89
--- /dev/null
+++ b/f3s/argocd-apps/services/shuriken.yaml
@@ -0,0 +1,28 @@
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+ name: shuriken
+ namespace: cicd
+ finalizers:
+ - resources-finalizer.argocd.argoproj.io
+spec:
+ project: default
+ source:
+ repoURL: http://git-server.cicd.svc.cluster.local/conf.git
+ targetRevision: master
+ path: f3s/shuriken/helm-chart
+ destination:
+ server: https://kubernetes.default.svc
+ namespace: services
+ syncPolicy:
+ automated:
+ prune: true
+ selfHeal: true
+ syncOptions:
+ - CreateNamespace=false
+ retry:
+ limit: 3
+ backoff:
+ duration: 5s
+ factor: 2
+ maxDuration: 1m \ No newline at end of file