Skip to content

Commit

Permalink
Add more arguments to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Mar 19, 2023
1 parent f8c9cf7 commit 5e7fbba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/k8s-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ spec:
args:
- --server=your.server.social
- --access-token=TOKEN
- --home-timeline-length
- "200"
- --reply-interval-in-hours
- "24"
- --max-followings
- "80"
- --max-followers
- "80"
volumeMounts:
- name: artifacts
mountPath: /app/artifacts
Expand Down

0 comments on commit 5e7fbba

Please sign in to comment.