@@ -24,7 +24,6 @@ questions:
|
||||
type: boolean
|
||||
default: true
|
||||
# Include{global}
|
||||
|
||||
- variable: controller
|
||||
group: "Controller"
|
||||
label: ""
|
||||
@@ -75,7 +74,26 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GOKAPI_USERNAME
|
||||
label: "GOKAPI_USERNAME"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: GOKAPI_PASSWORD
|
||||
label: "GOKAPI_PASSWORD"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -83,30 +101,65 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: GOKAPI_USERNAME
|
||||
label: 'GOKAPI_USERNAME'
|
||||
schema:
|
||||
type: string
|
||||
default: "unraid"
|
||||
- variable: GOKAPI_PASSWORD
|
||||
label: 'GOKAPI_PASSWORD'
|
||||
schema:
|
||||
type: string
|
||||
default: "unraid"
|
||||
- variable: GOKAPI_LENGTH_ID
|
||||
label: 'GOKAPI_LENGTH_ID'
|
||||
label: "GOKAPI_LENGTH_ID"
|
||||
description: "Sets the length of the download IDs."
|
||||
schema:
|
||||
type: string
|
||||
default: "10"
|
||||
type: int
|
||||
default: 15
|
||||
- variable: GOKAPI_MAX_FILESIZE
|
||||
label: 'GOKAPI_MAX_FILESIZE'
|
||||
label: "GOKAPI_MAX_FILESIZE"
|
||||
description: "Sets the maximum allowed file size in MB"
|
||||
schema:
|
||||
type: string
|
||||
default: "5"
|
||||
|
||||
type: int
|
||||
default: 102400
|
||||
- variable: GOKAPI_MAX_MEMORY_UPLOAD
|
||||
label: "GOKAPI_MAX_MEMORY_UPLOAD"
|
||||
description: "Sets the amount of RAM in MB that can be allocated for an upload. Any upload with a size greater than that will be written to a temporary file"
|
||||
schema:
|
||||
type: int
|
||||
default: 20
|
||||
- variable: awsconfig
|
||||
label: "Configure AWS Storage"
|
||||
description: "Sets the amount of RAM in MB that can be allocated for an upload. Any upload with a size greater than that will be written to a temporary file"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: GOKAPI_AWS_BUCKET
|
||||
label: "GOKAPI_AWS_BUCKET"
|
||||
description: "Sets the bucket name"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GOKAPI_AWS_REGION
|
||||
label: "GOKAPI_AWS_REGION"
|
||||
description: "Sets the region name"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GOKAPI_AWS_KEY
|
||||
label: "GOKAPI_AWS_KEY"
|
||||
description: "Sets the API key"
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: GOKAPI_AWS_KEY_SECRET
|
||||
label: "GOKAPI_AWS_KEY_SECRET"
|
||||
description: "Sets the API key secret"
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: GOKAPI_AWS_ENDPOINT
|
||||
label: "GOKAPI_AWS_ENDPOINT"
|
||||
description: "Sets the endpoint"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
group: "Networking and Services"
|
||||
label: "Configure Service(s)"
|
||||
@@ -146,7 +199,7 @@ questions:
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: HTTP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
@@ -169,9 +222,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 53842
|
||||
|
||||
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
label: "Show Expert Config"
|
||||
@@ -186,11 +236,8 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
# Include{serviceExpert}
|
||||
|
||||
# Include{serviceList}
|
||||
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
description: "Integrated Persistent Storage"
|
||||
@@ -199,7 +246,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: config
|
||||
label: "config Storage"
|
||||
schema:
|
||||
@@ -216,11 +262,7 @@ questions:
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
|
||||
|
||||
# Include{persistenceList}
|
||||
|
||||
|
||||
- variable: ingress
|
||||
label: ""
|
||||
group: "Ingress"
|
||||
@@ -235,17 +277,11 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
|
||||
# Include{ingressTLS}
|
||||
|
||||
# Include{ingressTraefik}
|
||||
|
||||
# Include{ingressExpert}
|
||||
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{security}
|
||||
|
||||
- variable: advancedSecurity
|
||||
label: "Show Advanced Security Settings"
|
||||
group: "Security and Permissions"
|
||||
@@ -269,7 +305,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
@@ -279,9 +315,8 @@ questions:
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
# Include{securityContextAdvanced}
|
||||
|
||||
- variable: podSecurityContext
|
||||
group: "Security and Permissions"
|
||||
label: "Pod Security Context"
|
||||
@@ -294,13 +329,13 @@ questions:
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
@@ -308,10 +343,6 @@ questions:
|
||||
type: int
|
||||
default: 568
|
||||
# Include{podSecurityContextAdvanced}
|
||||
|
||||
|
||||
# Include{resources}
|
||||
|
||||
# Include{advanced}
|
||||
|
||||
# Include{addons}
|
||||
|
||||
Reference in New Issue
Block a user