-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpcb-values-with-intel-gpu.yaml
More file actions
32 lines (32 loc) · 1.09 KB
/
pcb-values-with-intel-gpu.yaml
File metadata and controls
32 lines (32 loc) · 1.09 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
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: LicenseRef-Intel
---
namespace: pcb
env:
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
http_proxy: # example: http_proxy: http://proxy.example.com:891
https_proxy: # example: http_proxy: http://proxy.example.com:891
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
OPCUA_SERVER_IP: # IP address of the OPCUA server
OPCUA_SERVER_PORT: # example: 48010
OPCUA_SERVER_USERNAME: # example: root
OPCUA_SERVER_PASSWORD: # example: secret
webrtcturnserver:
username: # example: username: myuser
password: # example: password: mypassword
config:
nginx:
ext:
http_port: 30080
https_port: 30443
coturn:
ext:
coturn_tcp_port: 30478
coturn_udp_port: 30478
gpu:
enabled: true
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1