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