mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
Allow consuming gpu in photoprism
This commit is contained in:
@@ -3,7 +3,7 @@ appVersion: "20220121"
|
||||
icon: https://photoprism.app/static/icons/logo.svg
|
||||
description: AI-powered app for browsing, organizing & sharing your photo collection.
|
||||
name: photoprism
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
@@ -7,6 +7,8 @@ groups:
|
||||
description: "Networking Configuration for photo prism"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
- name: "Resource Reservation"
|
||||
description: "Specify resources to be allocated to workload"
|
||||
- name: "Resource Limits"
|
||||
description: "Set CPU/memory limits for Kubernetes Pod"
|
||||
|
||||
@@ -256,6 +258,16 @@ questions:
|
||||
type: hostpath
|
||||
required: true
|
||||
|
||||
# Specify GPU configuration
|
||||
- variable: gpuConfiguration
|
||||
label: "GPU Configuration"
|
||||
group: "Resource Reservation"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
|
||||
- variable: enableResourceLimits
|
||||
label: "Enable Pod resource limits"
|
||||
group: "Resource Limits"
|
||||
@@ -3,7 +3,7 @@ appVersion: "20220121"
|
||||
icon: https://photoprism.app/static/icons/logo.svg
|
||||
description: AI-powered app for browsing, organizing & sharing your photo collection.
|
||||
name: photoprism
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
@@ -7,6 +7,8 @@ groups:
|
||||
description: "Networking Configuration for photo prism"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
- name: "Resource Reservation"
|
||||
description: "Specify resources to be allocated to workload"
|
||||
- name: "Resource Limits"
|
||||
description: "Set CPU/memory limits for Kubernetes Pod"
|
||||
|
||||
@@ -256,6 +258,16 @@ questions:
|
||||
type: hostpath
|
||||
required: true
|
||||
|
||||
# Specify GPU configuration
|
||||
- variable: gpuConfiguration
|
||||
label: "GPU Configuration"
|
||||
group: "Resource Reservation"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
|
||||
- variable: enableResourceLimits
|
||||
label: "Enable Pod resource limits"
|
||||
group: "Resource Limits"
|
||||
Reference in New Issue
Block a user