Skip to content

Commit

Permalink
Update porter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported authored Jan 10, 2024
1 parent 23d0756 commit 8c2a541
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion porter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,22 @@ services:
cpuCores: 0.19
ramMegabytes: 400
terminationGracePeriodSeconds: 30
- name: my-app-job
- name: my-app-cron
run: python cron.py
type: job
cpuCores: 0.19
ramMegabytes: 400
terminationGracePeriodSeconds: 30
cron: 0 */6 * * *
timeoutSeconds: 3600
- name: my-app-job
run: python cron.py
type: job
cpuCores: 0.19
ramMegabytes: 400
terminationGracePeriodSeconds: 30
suspendCron: true
timeoutSeconds: 3600
build:
context: ./
method: pack
Expand Down

0 comments on commit 8c2a541

Please sign in to comment.