datamongus
04/11/2023, 7:45 PMKevin Grismore
04/11/2023, 7:47 PM[
{
"op": "add",
"path": "/spec/template/spec/containers/0/resources",
"value": {
"limits": {
"memory": "4000Mi"
}
}
},
<other customizations>
]
datamongus
04/11/2023, 7:49 PM###
### A complete description of a Prefect Deployment for flow 'Cat Facts'
###
name: catfact
description: null
version: c0fc95308d8137c50d2da51af138aa23
# The work queue that will handle this deployment's runs
work_queue_name: test
work_pool_name: null
tags: []
parameters: {}
schedule: null
infra_overrides: {}
infrastructure:
type: process
env: {}
labels: {}
name: null
command:
- python
- -m
- prefect.engine
stream_output: true
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: Cat Facts
manifest_path: null
storage: null
path: /Users/terry/test/testflows/catfact
entrypoint: catfact.py:catfacts_flow
parameter_openapi_schema:
title: Parameters
type: object
properties:
url:
title: url
required:
- url
definitions: null
Chris White
04/11/2023, 7:50 PMdatamongus
04/11/2023, 7:50 PMimagePullPolicy
so wasn’t sure if there are differences intentionally in the spelling convention.