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:
Stavros Kois
2022-08-27 02:12:33 +03:00
committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
921 changed files with 3536 additions and 3420 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://www.star-made.org/
- https://hub.docker.com/r/ich777/starmade-server/
type: application
version: 0.0.17
version: 0.0.19
+8 -8
View File
@@ -20,49 +20,49 @@ questions:
type: dict
attrs:
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your extra startup parameters otherwise leave blank!"
schema:
type: string
default: ""
- variable: XMS_SIZE
label: 'XMS_SIZE'
label: "XMS_SIZE"
description: "Enter your XMS size in MB (XMS=The initial and minimum heap size. It is recommended to set the minimum heap size equivalent to the maximum heap size in order to minimize the garbage collection.)"
schema:
type: string
default: "1024"
- variable: XMX_SIZE
label: 'XMX_SIZE'
label: "XMX_SIZE"
description: "Enter your XMX size in MB (XMX=The maximum heap size. The performance will decrease if the max heap value is set lower than the amount of live data. It will force frequent garbage collections in order to free up space.)"
schema:
type: string
default: "1024"
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: 'DATA_PERM'
label: "DATA_PERM"
description: "Container Variable DATAPERM"
schema:
type: string
default: "770"
- variable: RUNTIME_NAME
label: 'RUNTIME_NAME'
label: "RUNTIME_NAME"
description: "Enter your extracted Runtime folder name.Dont change unless you are knowing what you are doing!"
schema:
type: string
default: "basicjre"
- variable: STARTER_PARAMS
label: 'STARTER_PARAMS'
label: "STARTER_PARAMS"
description: "Only change if you know what you are doing!"
schema:
type: string
default: "-nogui"
- variable: DL_URL
label: 'DL_URL'
label: "DL_URL"
description: "Only change if you know what you are doing!"
schema:
type: string
-2
View File
@@ -23,10 +23,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 4242
protocol: TCP
targetPort: 4242