(fix) correct some indent mistakes and add s6 mitigation to calibre

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 17:37:36 +02:00
parent 82d60a87bb
commit 67edb6be56
4 changed files with 16 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ service:
main:
ports:
main:
port: 5050
port: 5050
tcp:
enabled: true
type: ClusterIP

View File

@@ -394,6 +394,18 @@ questions:
schema:
type: dict
attrs:
- variable: varrun
label: "varrun override for S6 Readonly Root"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: true
hidden: true
- variable: config
label: "App Config Storage"
description: "Stores the Application Configuration."

View File

@@ -66,3 +66,5 @@ persistence:
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: true

View File

@@ -307,7 +307,7 @@ questions:
label: "(Advanced) Type of Storage"
description: "Sets the persistence type"
schema:
type: string
type: string
default: "pvc"
enum:
- value: "pvc"