Storage rework part 1 (#337)

* Create docs for Integrated Persistent Storage

* add a clear note about possibly moving to PVC's in the (near) future.

* Adapt developer docs to reflect new storage system

* Move Apps fixed-storage to new Storage system
This commit is contained in:
Kjeld Schouten-Lebbing
2021-04-13 21:43:27 +02:00
committed by GitHub
parent 728cd300c8
commit eb48f8a4e1
491 changed files with 8313 additions and 11058 deletions
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: kms
version: 2.2.2
version: 3.0.0
# upstream_version:
appVersion: "minimal"
description: Private Windows Activation Server for development and testing
@@ -7,7 +7,7 @@ groups:
description: "additional container configuration"
- name: "Networking"
description: "Configure / service for container"
- name: "Storage and Devices"
- name: "Storage"
description: "Persist and share data that is separate from the lifecycle of the container"
- name: "Resource Reservation"
description: "Specify resources to be allocated to workload"
@@ -69,6 +69,19 @@ questions:
type: int
default: 568
# Enable privileged
- variable: securityContext
group: "Container Image"
label: "Security Context"
schema:
type: dict
attrs:
- variable: privileged
label: "Enable privileged to pass thru a USB device"
schema:
type: boolean
default: false
- variable: PGID
group: "Container Image"
label: "PGID"
@@ -189,7 +202,7 @@ questions:
- variable: additionalAppVolumeMounts
label: "Custom app storage"
group: "Storage and Devices"
group: "Storage"
schema:
type: list
default: []