Skip to content

Example: CronJob

Stéphane Brunner edited this page May 31, 2024 · 2 revisions

Create an elementary CronJob.

services:
  cronjob1:
    enabled: true
    type: CronJob
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest
Clone this wiki locally