chore(Apps): fixes around the GUI refactor (#1316)

* fix min value on minio

* update service UI on LMS

* remove duplicate required from authelia

* remove Duplicate port defaults

* fix nextcloud duplicate required

* fix nullserv services

* fix plex duplicate default

* fix syncthing duplicate required

* syncthing replace code with include

* teamspeak replace code with include

* fix traefik duplicate required

* Unifi replace code with include

* Update label/description on `port` section

* remove type on nullserv's service

* remove extra space

* lowercase port names

* also lowercase service name omada
This commit is contained in:
Stavros Kois
2021-11-13 23:05:00 +02:00
committed by GitHub
parent 1fd389cbd0
commit 8f4a7fc500
158 changed files with 465 additions and 474 deletions
+2 -1
View File
@@ -152,7 +152,8 @@ questions:
default: 11211
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 11211
+2 -1
View File
@@ -152,7 +152,8 @@ questions:
default: 5432
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5432
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 6379
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6379
@@ -107,28 +107,44 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: true
hidden: true
- variable: protocol
label: "Port Type"
schema:
type: string
default: "TCP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 7000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 7000
@@ -168,7 +184,8 @@ questions:
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9090
@@ -208,7 +225,8 @@ questions:
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3483
@@ -248,7 +266,8 @@ questions:
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3483
+5 -3
View File
@@ -161,7 +161,8 @@ questions:
default: 9000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9002
@@ -206,7 +207,7 @@ questions:
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
schema:
type: int
min: 9001
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
@@ -216,7 +217,8 @@ questions:
default: 9001
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9001
@@ -137,7 +137,8 @@ questions:
default: 8043
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8043
+10 -10
View File
@@ -35,48 +35,48 @@ service:
main:
port: 8043
targetPort: 8043
omadaTCP:
omada-tcp:
enabled: true
ports:
omadaTCP1:
omada-tcp1:
enabled: true
protocol: TCP
port: 29810
targetPort: 29810
omadaTCP2:
omada-tcp2:
enabled: true
protocol: TCP
port: 29811
targetPort: 29811
omadaTCP3:
omada-tcp3:
enabled: true
protocol: TCP
port: 29812
targetPort: 29812
omadaTCP4:
omada-tcp4:
enabled: true
protocol: TCP
port: 29813
targetPort: 29813
omadaUDP:
omada-udp:
enabled: true
ports:
omadaUDP1:
omada-udp1:
enabled: true
protocol: UDP
port: 29810
targetPort: 29810
omadaUDP2:
omada-udp2:
enabled: true
protocol: UDP
port: 29811
targetPort: 29811
omadaUDP3:
omada-udp3:
enabled: true
protocol: TCP
port: 29812
targetPort: 29812
omadaUDP4:
omada-udp4:
enabled: true
protocol: UDP
port: 29813
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -175,7 +175,8 @@ questions:
default: 8267
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8267
+4 -2
View File
@@ -171,7 +171,8 @@ questions:
default: 8265
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8265
@@ -227,7 +228,8 @@ questions:
default: 8266
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8266
+2 -1
View File
@@ -145,7 +145,8 @@ questions:
default: 4040
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 4040
@@ -137,7 +137,8 @@ questions:
type: int
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10001
+2 -1
View File
@@ -182,7 +182,8 @@ questions:
default: 5050
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 51050
+4 -2
View File
@@ -162,7 +162,8 @@ questions:
default: 6800
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6800
@@ -218,7 +219,8 @@ questions:
default: 6888
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6888
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -4
View File
@@ -841,16 +841,14 @@ questions:
default: 9091
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9091
editable: true
required: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 6767
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6767
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8337
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8337
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 4040
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 4040
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8083
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8083
+4 -2
View File
@@ -167,7 +167,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10021
@@ -223,7 +224,8 @@ questions:
default: 8081
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8081
+2 -1
View File
@@ -143,7 +143,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -150,7 +150,8 @@ questions:
default: 8443
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8443
@@ -184,7 +184,8 @@ questions:
default: 9980
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9980
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+4 -2
View File
@@ -160,7 +160,8 @@ questions:
type: int
required: true
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
required: true
@@ -208,7 +209,8 @@ questions:
type: int
required: true
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
required: true
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8080
+6 -3
View File
@@ -174,7 +174,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
@@ -230,7 +231,8 @@ questions:
default: 443
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 443
@@ -286,7 +288,8 @@ questions:
default: 5900
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5900
+2 -1
View File
@@ -199,7 +199,8 @@ questions:
default: 5000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5000
+2 -1
View File
@@ -199,7 +199,8 @@ questions:
default: 5000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5000
+6 -6
View File
@@ -152,7 +152,8 @@ questions:
default: 8112
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8112
@@ -208,14 +209,13 @@ questions:
default: 51413
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 51413
editable: true
required: true
default: 51413
- variable: udp
label: "UDP Service Port Configuration"
schema:
@@ -257,14 +257,14 @@ questions:
default: 51413
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 51413
editable: true
required: true
default: 51413
- variable: serviceexpert
group: "Networking and Services"
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -143,7 +143,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 8200
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8200
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8096
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8096
+2 -1
View File
@@ -136,7 +136,8 @@ questions:
default: 6052
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6052
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 9001
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9001
+2 -1
View File
@@ -143,7 +143,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -148,7 +148,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10018
@@ -191,7 +191,8 @@ questions:
default: 5000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5000
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8191
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8191
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10017
+4 -2
View File
@@ -131,7 +131,8 @@ questions:
default: 1812
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1812
@@ -186,7 +187,8 @@ questions:
default: 1813
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1813
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8484
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8484
+4 -2
View File
@@ -225,7 +225,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
@@ -280,7 +281,8 @@ questions:
default: 2222
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 2222
+2 -1
View File
@@ -156,7 +156,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -212,7 +212,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10016
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+4 -2
View File
@@ -217,7 +217,8 @@ questions:
default: 5800
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5800
@@ -273,7 +274,8 @@ questions:
default: 5900
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5900
+2 -1
View File
@@ -148,7 +148,8 @@ questions:
default: 7777
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 7777
+2 -1
View File
@@ -143,7 +143,8 @@ questions:
default: 8181
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8181
+2 -1
View File
@@ -172,7 +172,8 @@ questions:
default: 8000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8000
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -160,7 +160,8 @@ questions:
default: 8123
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8123
+8 -4
View File
@@ -144,7 +144,8 @@ questions:
default: 8090
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8090
@@ -200,7 +201,8 @@ questions:
default: 19444
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 19444
@@ -256,7 +258,8 @@ questions:
default: 19445
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 19445
@@ -312,7 +315,8 @@ questions:
default: 19333
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 19333
@@ -220,7 +220,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+6 -3
View File
@@ -187,7 +187,8 @@ questions:
default: 5800
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5580
@@ -243,7 +244,8 @@ questions:
default: 3129
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3129
@@ -298,7 +300,8 @@ questions:
default: 5900
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5900
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8096
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8096
+2 -1
View File
@@ -152,7 +152,8 @@ questions:
default: 22300
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 22300
+2 -1
View File
@@ -219,7 +219,8 @@ questions:
default: 53
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 53
+2 -1
View File
@@ -149,7 +149,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -136,7 +136,8 @@ questions:
default: 1688
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1688
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10015
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 5299
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5299
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 8686
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8686
+2 -1
View File
@@ -339,7 +339,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -143,7 +143,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8081
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8081
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/medusa
pullPolicy: IfNotPresent
tag: 0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309
tag: 0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309
env:
+2 -1
View File
@@ -167,7 +167,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10014
+2 -1
View File
@@ -159,7 +159,8 @@ questions:
default: 9090
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9090
+2 -1
View File
@@ -149,7 +149,8 @@ questions:
default: 1883
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1883
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 3000
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 8090
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8090
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 4533
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 4533
+2 -3
View File
@@ -167,7 +167,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
@@ -175,8 +176,6 @@ questions:
required: true
required: true
- variable: persistence
label: "Integrated Persistent Storage"
description: "Integrated Persistent Storage"
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 1880
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1880
+2 -1
View File
@@ -149,7 +149,8 @@ questions:
default: 6080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6080
+4 -9
View File
@@ -137,20 +137,14 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
editable: true
required: true
- variable: service
group: "Networking and Services"
label: "Configure Service(s)"
schema:
type: dict
attrs:
- variable: https
label: "https Service"
description: "The https service"
@@ -199,7 +193,8 @@ questions:
default: 443
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 443
+3
View File
@@ -40,6 +40,9 @@ service:
main:
port: 80
targetPort: 80
https:
enabled: true
ports:
https:
enabled: true
port: 443
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 6789
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 6789
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 5076
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5076
+2 -1
View File
@@ -155,7 +155,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+6 -3
View File
@@ -138,7 +138,8 @@ questions:
default: 8069
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8069
@@ -194,7 +195,8 @@ questions:
default: 8071
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8071
@@ -243,7 +245,8 @@ questions:
default: 8072
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8072
+2 -1
View File
@@ -137,7 +137,8 @@ questions:
default: 3579
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3579
@@ -161,7 +161,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80
+2 -1
View File
@@ -138,7 +138,8 @@ questions:
default: 8080
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10013
+4 -2
View File
@@ -257,7 +257,8 @@ questions:
default: 389
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 389
@@ -313,7 +314,8 @@ questions:
default: 636
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 636
+2 -1
View File
@@ -144,7 +144,8 @@ questions:
default: 80
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 80

Some files were not shown because too many files have changed in this diff Show More