xactfetch: Run xactfetch in a CronJob

I finally got *xactfetch* cleaned up enough to run in a headless
container.
This commit is contained in:
2023-12-23 07:08:41 -06:00
parent a235fbd5ac
commit 9561c687aa
7 changed files with 195 additions and 0 deletions

15
xactfetch/pvc.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app.kubernetes.io/name: xactfetch
app.kubernetes.io/component: xactfetch
app.kubernetes.io/part-of: xactfetch
name: xactfetch
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 200Mi