71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
###
|
|
### A complete description of a Prefect Deployment for flow 'elevator'
|
|
###
|
|
name: test_prefect
|
|
description: this is a cute elevator
|
|
version: dbc4b56ef8661a4c539ee011541b4df0
|
|
# The work queue that will handle this deployment's runs
|
|
work_queue_name: default
|
|
work_pool_name: default-agent-pool
|
|
tags:
|
|
- test_prefect
|
|
parameters: {}
|
|
schedule: null
|
|
is_schedule_active: true
|
|
infra_overrides: {}
|
|
|
|
###
|
|
### DO NOT EDIT BELOW THIS LINE
|
|
###
|
|
flow_name: elevator
|
|
manifest_path: null
|
|
infrastructure:
|
|
type: docker-container
|
|
env:
|
|
USE_SSL: 'False'
|
|
AWS_ACCESS_KEY_ID: root
|
|
AWS_SECRET_ACCESS_KEY: minio_password
|
|
ENDPOINT_URL: http://172.28.0.2:9000
|
|
labels: {}
|
|
name: null
|
|
command: null
|
|
image: test_prefect:20230328-1712
|
|
image_pull_policy: IF_NOT_PRESENT
|
|
image_registry: null
|
|
networks:
|
|
- prefect
|
|
network_mode: null
|
|
auto_remove: true
|
|
volumes: []
|
|
stream_output: true
|
|
memswap_limit: null
|
|
mem_limit: null
|
|
privileged: false
|
|
_is_anonymous: false
|
|
_block_document_name: test-prefect-infra
|
|
_block_document_id: 1a3e6676-163e-464b-bd30-fd0d7be65e28
|
|
block_type_slug: docker-container
|
|
_block_type_slug: docker-container
|
|
storage:
|
|
basepath: s3://prefect-deployment/test_prefect
|
|
settings:
|
|
use_ssl: false
|
|
key: root
|
|
secret: minio_password
|
|
client_kwargs:
|
|
endpoint_url: http://localhost:9000
|
|
_is_anonymous: false
|
|
_block_document_name: test-prefect-storage
|
|
_block_document_id: 9d763296-4114-4a72-8fa7-c9c7c2464b9c
|
|
block_type_slug: remote-file-system
|
|
_block_type_slug: remote-file-system
|
|
path: null
|
|
entrypoint: build_flow.py:elevator
|
|
parameter_openapi_schema:
|
|
title: Parameters
|
|
type: object
|
|
properties: {}
|
|
required: null
|
|
definitions: null
|
|
timestamp: '2023-04-07T03:57:16.017250+00:00'
|