fix(apps): remove references to targetPort

This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-11 09:49:15 +01:00
parent 14fb5fb024
commit 800312b295
677 changed files with 0 additions and 6293 deletions
-30
View File
@@ -80,12 +80,6 @@ questions:
default: 9016
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8080
- variable: tcp1
label: 'tcp1 service'
description: "Container Port 30110"
@@ -109,12 +103,6 @@ questions:
default: 30110
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 30110
- variable: tcp2
label: 'tcp2 service'
description: "Container Port 30120"
@@ -138,12 +126,6 @@ questions:
default: 30120
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 30120
- variable: udp1
label: 'udp1 service'
description: "Container Port 30110"
@@ -167,12 +149,6 @@ questions:
default: 30110
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 30110
- variable: udp2
label: 'udp2 service'
description: "Container Port 30120"
@@ -196,12 +172,6 @@ questions:
default: 30120
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 30120
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}