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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -17,10 +17,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8221
|
||||
protocol: TCP
|
||||
targetPort: 8221
|
||||
|
||||
Reference in New Issue
Block a user