-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathvalues.yaml
More file actions
40 lines (35 loc) · 1.05 KB
/
values.yaml
File metadata and controls
40 lines (35 loc) · 1.05 KB
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
global:
proxy:
no_proxy: ""
http_proxy: ""
https_proxy: ""
keeppvc: false
replicaCount: 1
modeldownload:
name: model-download
image:
registry: "intel/"
tag: 1.1.0-rc2
pullPolicy: IfNotPresent
readinessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 60
periodSeconds: 30
env:
HUGGINGFACEHUB_API_TOKEN: ""
GETI_WORKSPACE_ID: ""
GETI_HOST: ""
GETI_TOKEN: ""
GETI_SERVER_API_VERSION: "v1"
GETI_SERVER_SSL_VERIFY: "False"
ENABLED_PLUGINS: "all" #Comma separated list of plugins to enable, or "all"
#HLS pre-configured parameters
HLS_3D_POSE_CHECKPOINT_URL: "https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/human-pose-estimation-3d-0001/human-pose-estimation-3d.tar.gz"
HLS_ECG_BASE_URL: "https://raw.githubusercontent.com/Einse57/OpenVINO_sample/master/ai-ecg-master"
HLS_RPPG_MODEL_URL: "https://github.com/xliucs/MTTS-CAN/raw/main/mtts_can.hdf5"
service:
type: NodePort
nodePort:
port: 8000