(fix) correct some indent mistakes and add s6 mitigation to calibre
This commit is contained in:
@@ -21,7 +21,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5050
|
port: 5050
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -394,6 +394,18 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
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
|
- variable: config
|
||||||
label: "App Config Storage"
|
label: "App Config Storage"
|
||||||
description: "Stores the Application Configuration."
|
description: "Stores the Application Configuration."
|
||||||
|
|||||||
@@ -66,3 +66,5 @@ persistence:
|
|||||||
type: pvc
|
type: pvc
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: "100Gi"
|
size: "100Gi"
|
||||||
|
varrun:
|
||||||
|
enabled: true
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ questions:
|
|||||||
label: "(Advanced) Type of Storage"
|
label: "(Advanced) Type of Storage"
|
||||||
description: "Sets the persistence type"
|
description: "Sets the persistence type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "pvc"
|
default: "pvc"
|
||||||
enum:
|
enum:
|
||||||
- value: "pvc"
|
- value: "pvc"
|
||||||
|
|||||||
Reference in New Issue
Block a user