mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 20:24:16 -03:00
(fix) correct some indent mistakes and add s6 mitigation to calibre
This commit is contained in:
@@ -21,7 +21,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5050
|
||||
port: 5050
|
||||
tcp:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -66,3 +66,5 @@ persistence:
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
varrun:
|
||||
enabled: true
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user