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://github.com/relvacode/storm
- https://github.com/relvacode/storm/pkgs/container/storm
type: application
version: 0.0.17
version: 0.0.19
+5 -5
View File
@@ -20,31 +20,31 @@ questions:
type: dict
attrs:
- variable: DELUGE_RPC_HOSTNAME
label: 'DELUGE_RPC_HOSTNAME'
label: "DELUGE_RPC_HOSTNAME"
description: "Change this to the current name for the deluge container you want to connect storms webUI to"
schema:
type: string
default: ""
- variable: DELUGE_RPC_USERNAME
label: 'DELUGE_RPC_USERNAME'
label: "DELUGE_RPC_USERNAME"
description: "The username storm will use to connect to the deluge container. Set this in appdatadelugeauth file"
schema:
type: string
default: ""
- variable: DELUGE_RPC_PASSWORD
label: 'DELUGE_RPC_PASSWORD'
label: "DELUGE_RPC_PASSWORD"
description: "The password storm will use to connect to the deluge container. Set this in appdatadelugeauth file"
schema:
type: string
default: ""
- variable: DELUGE_RPC_VERSION
label: 'DELUGE_RPC_VERSION'
label: "DELUGE_RPC_VERSION"
description: "RPC connection version to use.Depends on your deluge version."
schema:
type: string
default: "v2"
- variable: STORM_API_KEY
label: 'STORM_API_KEY'
label: "STORM_API_KEY"
description: "Set this to a reasonably secure password.Any requests made to Storm must now provide the API key in the request."
schema:
type: string
-2
View File
@@ -17,10 +17,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8221
protocol: TCP
targetPort: 8221