Delete function.yaml
Browse files- function.yaml +0 -24
function.yaml
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
metadata:
|
2 |
-
name: yolov8-function
|
3 |
-
namespace: nuclio
|
4 |
-
|
5 |
-
spec:
|
6 |
-
runtime: "python:3.9"
|
7 |
-
handler: "main:handler"
|
8 |
-
description: "YOLOv8 object detection"
|
9 |
-
resources:
|
10 |
-
limits:
|
11 |
-
cpu: "500m"
|
12 |
-
memory: "512Mi"
|
13 |
-
build:
|
14 |
-
path: "./"
|
15 |
-
baseImage: "python:3.9"
|
16 |
-
commands:
|
17 |
-
- pip install -r requirements.txt
|
18 |
-
triggers:
|
19 |
-
myHttpTrigger:
|
20 |
-
class: "http"
|
21 |
-
kind: "http"
|
22 |
-
maxWorkers: 4
|
23 |
-
attributes:
|
24 |
-
port: 8080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|