mirror of
https://github.com/nicholasr-itsulu/FediFetcher.git
synced 2026-05-30 23:41:26 +00:00
Update k8s-cronjob.md
Add back the explanation comments.
This commit is contained in:
parent
8f9ef82fc9
commit
1bf5615e69
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ spec:
|
|||
value: "200"
|
||||
- name: FF_MAX_FOLLOWERS
|
||||
value: "10"
|
||||
# Add any other options below as described in in the README.md file
|
||||
|
||||
# If you don't want to use a PVC you may comment the next two lines, but that will significantly
|
||||
# affect performance, and is NOT recommended
|
||||
- name: FF_STATE_DIR
|
||||
value: "/data/"
|
||||
- name: FF_SERVER
|
||||
|
|
@ -50,6 +54,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: fedifetcher
|
||||
key: token
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue