fix(tdarr-node): provide better defaults to work with simple network (#1512)

This commit is contained in:
Stavros Kois
2021-12-11 21:33:55 +02:00
committed by GitHub
parent 6118ad4c78
commit e7bac1baab
2 changed files with 5 additions and 3 deletions

View File

@@ -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."

View File

@@ -23,8 +23,8 @@ service:
main:
ports:
main:
targetPort: 8267
port: 8267
targetPort: 8267
persistence:
configs: