diff --git a/charts/incubator/tdarr-node/questions.yaml b/charts/incubator/tdarr-node/questions.yaml index 48e0642780e..226862c3c45 100644 --- a/charts/incubator/tdarr-node/questions.yaml +++ b/charts/incubator/tdarr-node/questions.yaml @@ -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." diff --git a/charts/incubator/tdarr-node/values.yaml b/charts/incubator/tdarr-node/values.yaml index b0a98ff08db..8c825bb3c1e 100644 --- a/charts/incubator/tdarr-node/values.yaml +++ b/charts/incubator/tdarr-node/values.yaml @@ -23,8 +23,8 @@ service: main: ports: main: - targetPort: 8267 port: 8267 + targetPort: 8267 persistence: configs: