switch port and targetPort (#855)

* switch port and targetPort

* bump
This commit is contained in:
Kjeld Schouten-Lebbing
2021-08-30 22:55:51 +02:00
committed by GitHub
parent 6c7329b750
commit cca4843ca1
178 changed files with 1114 additions and 1114 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ maintainers:
name: resilio-sync
sources:
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
version: 1.9.0
version: 1.9.1
+20 -20
View File
@@ -317,16 +317,16 @@ questions:
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8888
editable: false
hidden: true
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
- variable: port
label: "Container Port"
schema:
type: int
default: 8888
@@ -414,16 +414,16 @@ questions:
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 55555
editable: false
hidden: true
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
- variable: port
label: "Container Port"
schema:
type: int
default: 55555
@@ -511,16 +511,16 @@ questions:
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 55555
editable: false
hidden: true
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
- variable: port
label: "Container Port"
schema:
type: int
default: 55555
@@ -627,17 +627,17 @@ questions:
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
schema:
type: int
required: true
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
type: int
required: true
- variable: port
label: "Container Port"
schema:
type: int
required: true
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort"