-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathvalues.yaml
More file actions
100 lines (99 loc) · 2.22 KB
/
values.yaml
File metadata and controls
100 lines (99 loc) · 2.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Copyright Intel Corporation
namespace: apps
DOCKER_REGISTRY: ''
DOCKER_USERNAME: ''
DOCKER_PASSWORD: ''
imagePullPolicy: IfNotPresent
storageClassName: manual
num_video_instances: 1
env:
ENABLE_WEBRTC: "true"
ENABLE_RTSP: "true"
HOST_IP: localhost
REST_SERVER_PORT: 30107
RTSP_CAMERA_IP:
ENABLE_HTTPS_MODE: false
MIN_LOG_LEVEL: DEBUG
MINIO_ACCESS_KEY:
MINIO_HOSTNAME: minio
MINIO_SECRET_KEY:
MINIO_SERVER_PORT: "8000"
SERVER_PORT: "8111"
https_proxy:
http_proxy:
no_proxy: minio
NO_PROXY: minio
S3_STORAGE_PORT: 30800
ENABLE_OPEN_TELEMETRY: true
OTEL_EXPORT_INTERVAL_MILLIS: 5000
OPCUA_SERVER_IP:
OPCUA_SERVER_PORT:
OPCUA_SERVER_USERNAME:
OPCUA_SERVER_PASSWORD:
SAMPLE_APP: pallet-defect-detection
privileged_access_required: false
gpu:
enabled: false
type: "gpu.intel.com/i915"
count: 1
webrtcturnserver:
username:
password:
images:
minio: minio/minio:RELEASE.2020-12-12T08-39-07Z
dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24
nginx: nginx:1.27-alpine
mqtt_broker: eclipse-mosquitto:latest
config:
prometheus:
name: prometheus
int:
prometheus_port: "9090"
otel_collector:
name: otel-collector
int:
otlp_grpc_port: "4317"
otlp_http_port: "4318"
otlp_prometheus_endpoint_port: "9464"
mediamtx:
name: mediamtx
int:
mediamtx_port: "8889"
mediamtx_sdp_port: "8189"
mediamtx_api_port: "9997"
coturn:
name: coturn
int:
coturn_tcp_port: "3478"
coturn_udp_port: "3478"
ext:
coturn_tcp_port: "30478"
coturn_udp_port: "30478"
dlstreamer_pipeline_server:
name: dlstreamer-pipeline-server
int:
rest_api_port: "8080"
rtsp_output_port: "8554"
nginx:
name: nginx-reverse-proxy
int:
http_port: "80"
https_port: "443"
ext:
http_port: "30080"
https_port: "30443"
mqtt_broker:
name: mqtt-broker
int:
mqtt_port: "1883"
volumes:
pipelines:
name: vol-pipelines
size: 100Mi
location: "/home/pipeline-server/pipelines"
hostpath: "/opt/intel/eii/pipelines"
models:
name: vol-models
size: 500Mi
location: "/home/pipeline-server/models"
hostpath: "/opt/intel/eii/models"