(chore) standardise resources (#1093)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-04 13:46:38 +02:00
committed by GitHub
parent 2b6ba98a6b
commit 1d94d2e7bb
100 changed files with 205 additions and 3998 deletions
+1 -48
View File
@@ -547,15 +547,6 @@ questions:
type: string
# Include{ingressList}
# Specify GPU configuration
- variable: scaleGPU
label: "GPU Configuration"
group: "Resources and Devices"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: securityContext
group: "Security and Permissions"
@@ -631,44 +622,6 @@ questions:
# Include{resources}
- variable: autoscaling
group: "Resources and Devices"
label: "(Advanced) Horizontal Pod Autoscaler"
schema:
type: dict
attrs:
- variable: enabled
label: "enabled"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: "Target"
description: "deployment name, defaults to main deployment"
schema:
type: string
default: ""
- variable: minReplicas
label: "Minimum Replicas"
schema:
type: int
default: 1
- variable: maxReplicas
label: "Maximum Replicas"
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: "Target CPU Utilization Percentage"
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: "Target Memory Utilization Percentage"
schema:
type: int
default: 80
# Include{advanced}
# Include{addons}