|
@@ -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"
|