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
@@ -30,4 +30,4 @@ sources:
- https://github.com/ekzhang/rustpad
- https://hub.docker.com/r/ekzhang/rustpad
type: application
version: 0.0.17
version: 0.0.19
+3 -3
View File
@@ -20,19 +20,19 @@ questions:
type: dict
attrs:
- variable: EXPIRY_DAYS
label: 'EXPIRY_DAYS'
label: "EXPIRY_DAYS"
description: "The number of days that inactive documents are kept in memory before being garbage collected by the server (default 1)."
schema:
type: string
default: "1"
- variable: RUST_LOG
label: 'RUST_LOG'
label: "RUST_LOG"
description: "Directives that control application logging. (errorwarninfodebugtrace)"
schema:
type: string
default: "info"
- variable: SQLITE_URI
label: 'SQLITE_URI'
label: "SQLITE_URI"
description: "A SQLite connection string used for persistence."
schema:
type: string
-2
View File
@@ -18,10 +18,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3030
protocol: TCP
targetPort: 3030