Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,12 @@ profiles:
displayName: "Postgres database password"
type: string
secret: true
mandatory: true
mandatory: true
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915 , gpu.intel.com/xe"
count: # example: count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,12 @@ profiles:
displayName: "Postgres database password"
type: string
secret: true
mandatory: true
mandatory: true
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,12 @@ profiles:
displayName: "Postgres database password"
type: string
secret: true
mandatory: true
mandatory: true
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,12 @@ profiles:
displayName: "Postgres database password"
type: string
secret: true
mandatory: true
mandatory: true
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ profiles:
displayName: "No proxy"
type: string
default: "localhost,127.0.0.1"
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ profiles:
displayName: "No proxy"
type: string
default: "localhost,127.0.0.1"
- name: gpu.type
displayName: "GPU type"
type: string
default: "gpu.intel.com/i915"
- name: gpu.count
displayName: "GPU count"
type: number
default: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ webrtcturnserver:
password: # example: password: mypassword
gpu:
enabled: true
type: "gpu.intel.com/i915"
count: 1
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"
count: # example: count: 1