-
Notifications
You must be signed in to change notification settings - Fork 0
/
compreface-core-deployment.yaml
42 lines (42 loc) · 1.14 KB
/
compreface-core-deployment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f docker-compose-resolved.yaml -o output
kompose.version: 1.30.0 (9d8dcb518)
creationTimestamp: null
labels:
io.kompose.service: compreface-core
name: compreface-core
namespace: default
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: compreface-core
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert -f docker-compose-resolved.yaml -o output
kompose.version: 1.30.0 (9d8dcb518)
creationTimestamp: null
labels:
io.kompose.network/subcenter-arcface-r100-gpu-default: "true"
io.kompose.service: compreface-core
spec:
containers:
- env:
- name: IMG_LENGTH_LIMIT
value: "640"
- name: ML_PORT
value: "3000"
- name: UWSGI_PROCESSES
value: "2"
- name: UWSGI_THREADS
value: "1"
image: exadel/compreface-core:1.1.0-arcface-r100-gpu
name: compreface-core
resources: {}
restartPolicy: Always
status: {}