From 5e7fbba0d0bb06304ce665bc4267be4be9e572bf Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 19 Mar 2023 13:19:53 +0000 Subject: [PATCH] Add more arguments to the example --- examples/k8s-cronjob.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/k8s-cronjob.yaml b/examples/k8s-cronjob.yaml index 9d0d54a..d770438 100644 --- a/examples/k8s-cronjob.yaml +++ b/examples/k8s-cronjob.yaml @@ -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