fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
||||
- https://www.debian.org/
|
||||
- https://hub.docker.com/r/ich777/debian-bullseye
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -20,43 +20,43 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: CUSTOM_RES_W
|
||||
label: 'CUSTOM_RES_W'
|
||||
label: "CUSTOM_RES_W"
|
||||
description: "Enter the preferred resolution width"
|
||||
schema:
|
||||
type: string
|
||||
default: "1800"
|
||||
- variable: CUSTOM_RES_H
|
||||
label: 'CUSTOM_RES_H'
|
||||
label: "CUSTOM_RES_H"
|
||||
description: "Enter the preferred resolution height"
|
||||
schema:
|
||||
type: string
|
||||
default: "1000"
|
||||
- variable: ROOT_PWD
|
||||
label: 'ROOT_PWD'
|
||||
label: "ROOT_PWD"
|
||||
description: "Please choose a strong password for your root account!"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: DATA_PERM
|
||||
label: 'DATA_PERM'
|
||||
label: "DATA_PERM"
|
||||
description: "Container Variable DATAPERM"
|
||||
schema:
|
||||
type: string
|
||||
default: "770"
|
||||
- variable: USER_LOCALES
|
||||
label: 'USER_LOCALES'
|
||||
label: "USER_LOCALES"
|
||||
description: "Enter your prefered locales, you can find a full list of supported languages in usrsharei18nSUPPORTED (eg enUS.UTF-8 UTF8 or deDE.UTF-8 UTF-8,...)"
|
||||
schema:
|
||||
type: string
|
||||
default: "en_US.UTF-8 UTF-8"
|
||||
- variable: DEV
|
||||
label: 'DEV'
|
||||
label: "DEV"
|
||||
description: "Container Variable DEV"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: UMASK
|
||||
label: 'UMASK'
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -22,10 +22,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user