fix(tdarr-node): provide better defaults to work with simple network (#1512)
This commit is contained in:
@@ -95,7 +95,8 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "tdarr-node.ix-tdarr-node.svc.cluster.local"
|
||||
$ref:
|
||||
- "definitions/nodeIP"
|
||||
- variable: nodePort
|
||||
label: "nodePort"
|
||||
description: "Sets the port of this node."
|
||||
@@ -110,7 +111,8 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "tdarr-comm.ix-tdarr.svc.cluster.local"
|
||||
$ref:
|
||||
- "definitions/nodeIP"
|
||||
- variable: serverPort
|
||||
label: "serverPort"
|
||||
description: "Sets the server port, to which this node will connect. Leave default if you used service name."
|
||||
|
||||
@@ -23,8 +23,8 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 8267
|
||||
port: 8267
|
||||
targetPort: 8267
|
||||
|
||||
persistence:
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user