Commit graph

10 commits

Author SHA1 Message Date
Bas
dafaf93d50
examples/k8s-cronjob.yaml: fix job naming
Fixes validation errors upon applying the k8s manifest:

```
The CronJob "FediFetcher" is invalid:
* metadata.name: Invalid value: "FediFetcher": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
* spec.jobTemplate.spec.template.spec.containers[0].name: Invalid value: "FediFetcher": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name',  or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')
```
2023-08-18 10:49:22 +02:00
nanos
8235cda859 support for multiple access tokens 2023-04-10 16:28:09 +01:00
nanos
44f15de367 readme updates 2023-03-28 09:38:48 +01:00
nanos
e40a5447ee Add a sample bash script 2023-03-28 07:04:31 +01:00
nanos
9b7093e478 Allow us to backfill posts from users that are mentioned in notifications 2023-03-28 07:04:03 +01:00
Michael
c5208568b5
Update k8s-cronjob.yaml
Must be lower case
2023-03-27 09:51:41 +01:00
nanos
3b9eecce08 Rename to FediFetcher 2023-03-27 07:02:59 +01:00
Andrew Williams
5e7fbba0d0
Add more arguments to the example 2023-03-19 13:19:53 +00:00
Andrew Williams
f8c9cf7281
Update Kubernetes example and README for persistence 2023-03-19 13:07:31 +00:00
Andrew Williams
1676885ed5
Update README and add example CronJob definition 2023-03-17 06:54:16 +00:00