fix(apps): remove references to targetPort
This commit is contained in:
@@ -106,12 +106,6 @@ questions:
|
||||
default: 2302
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2302
|
||||
- variable: udpgameport
|
||||
label: 'udpgameport service'
|
||||
description: "Same as TCP Game Port"
|
||||
@@ -135,12 +129,6 @@ questions:
|
||||
default: 2302
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2302
|
||||
- variable: udpsteamquerry
|
||||
label: 'udpsteamquerry service'
|
||||
description: "UDP Game Port 1"
|
||||
@@ -164,12 +152,6 @@ questions:
|
||||
default: 2303
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2303
|
||||
- variable: udpsteammaster
|
||||
label: 'udpsteammaster service'
|
||||
description: "UDP Game Port 2"
|
||||
@@ -193,12 +175,6 @@ questions:
|
||||
default: 2304
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2304
|
||||
- variable: udpvonport
|
||||
label: 'udpvonport service'
|
||||
description: "UDP Game Port 3"
|
||||
@@ -222,12 +198,6 @@ questions:
|
||||
default: 2305
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2305
|
||||
- variable: udpbattleyetra
|
||||
label: 'udpbattleyetra service'
|
||||
description: "UDP Game Port 4"
|
||||
@@ -251,12 +221,6 @@ questions:
|
||||
default: 2306
|
||||
required: true
|
||||
# Include{advancedPortUDP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 2306
|
||||
- variable: tcpmariadb
|
||||
label: 'tcpmariadb service'
|
||||
description: "Not required, only if you want to connect to the database from outside. Delete if you allready have a MariaDB container running."
|
||||
@@ -280,12 +244,6 @@ questions:
|
||||
default: 3306
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 3306
|
||||
# Include{serviceExpertRoot}
|
||||
default: false
|
||||
# Include{serviceExpert}
|
||||
|
||||
Reference in New Issue
Block a user