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"
|
value: "200"
|
||||||
- name: FF_MAX_FOLLOWERS
|
- name: FF_MAX_FOLLOWERS
|
||||||
value: "10"
|
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
|
- name: FF_STATE_DIR
|
||||||
value: "/data/"
|
value: "/data/"
|
||||||
- name: FF_SERVER
|
- name: FF_SERVER
|
||||||
|
|
@ -50,6 +54,8 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: fedifetcher
|
name: fedifetcher
|
||||||
key: token
|
key: token
|
||||||
|
# Comment the lines below if you do not use a PVC, but that will significantly
|
||||||
|
# affect performance and is NOT recommended
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: fedifetcher-storage
|
- name: fedifetcher-storage
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue