chore(vaultwarden): replace UI code with tempalte (advanced) (#2499)

This commit is contained in:
Stavros Kois
2022-04-17 19:23:46 +03:00
committed by GitHub
parent d64048dd5e
commit 367ef28361
2 changed files with 2 additions and 41 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
version: 14.0.13
version: 14.0.14
annotations:
truecharts.org/catagories: |
- security
+1 -40
View File
@@ -661,45 +661,6 @@ questions:
# Include{resources}
- variable: autoscaling
group: "Resources and Devices"
label: "(Advanced) Horizontal Pod Autoscaler"
schema:
additional_attrs: true
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}