Add more arguments to the example
This commit is contained in:
parent
f8c9cf7281
commit
5e7fbba0d0
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@ spec:
|
||||||
args:
|
args:
|
||||||
- --server=your.server.social
|
- --server=your.server.social
|
||||||
- --access-token=TOKEN
|
- --access-token=TOKEN
|
||||||
|
- --home-timeline-length
|
||||||
|
- "200"
|
||||||
|
- --reply-interval-in-hours
|
||||||
|
- "24"
|
||||||
|
- --max-followings
|
||||||
|
- "80"
|
||||||
|
- --max-followers
|
||||||
|
- "80"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
mountPath: /app/artifacts
|
mountPath: /app/artifacts
|
||||||
|
|
Loading…
Reference in a new issue