mirror of
https://github.com/nicholasr-itsulu/FediFetcher.git
synced 2026-05-30 23:41:26 +00:00
Update k8s-cronjob.md
Readd a couple of options that was removed temporarily for testing
This commit is contained in:
parent
3729f0a0df
commit
c7d694d57f
1 changed files with 2 additions and 0 deletions
|
|
@ -69,11 +69,13 @@ spec:
|
|||
secretKeyRef:
|
||||
name: fedifetcher
|
||||
key: token
|
||||
optional: false
|
||||
# Comment the lines below if you do not use a PVC, but that will significantly
|
||||
# affect performance and is NOT recommended
|
||||
volumeMounts:
|
||||
- name: fedifetcher-storage
|
||||
mountPath: /data
|
||||
readOnly: false
|
||||
volumes:
|
||||
- name: fedifetcher-storage
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Reference in a new issue