Update k8s-cronjob.md

Readd a couple of options that was removed temporarily for testing
This commit is contained in:
Plux Stahre 2024-10-04 18:36:13 +02:00 committed by GitHub
parent 3729f0a0df
commit c7d694d57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,11 +69,13 @@ spec:
secretKeyRef: secretKeyRef:
name: fedifetcher name: fedifetcher
key: token key: token
optional: false
# Comment the lines below if you do not use a PVC, but that will significantly # Comment the lines below if you do not use a PVC, but that will significantly
# affect performance and is NOT recommended # affect performance and is NOT recommended
volumeMounts: volumeMounts:
- name: fedifetcher-storage - name: fedifetcher-storage
mountPath: /data mountPath: /data
readOnly: false
volumes: volumes:
- name: fedifetcher-storage - name: fedifetcher-storage
persistentVolumeClaim: persistentVolumeClaim: