Merge pull request #80 from lhoBas/fix/k8s-cronjob
examples/k8s-cronjob.yaml: fix job naming
This commit is contained in:
commit
bed11e83f1
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ spec:
|
|||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: FediFetcher
|
||||
name: fedifetcher
|
||||
spec:
|
||||
# Run every 2 hours
|
||||
schedule: "0 */2 * * *"
|
||||
|
@ -30,7 +30,7 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
claimName: fedifetcher-pvc
|
||||
containers:
|
||||
- name: FediFetcher
|
||||
- name: fedifetcher
|
||||
image: ghcr.io/nanos/fedifetcher:latest
|
||||
args:
|
||||
- --server=your.server.social
|
||||
|
|
Loading…
Reference in a new issue