fix(apps): move conflicting ports to 10xxx range (#1415)
* fix(apps): move conflicting ports to 10xxx range * remove `protocol: TCP` as its the default anyway * Change `"HTTP"` -> `HTTP` to much common * lms udp port should be udp protocol * resolve some conflicts * clear port 80 conficts * clean 3000 and 5000 port conflicts * more conflict cleaning * more conflict cleaning * more cleanup * more * cleanup * Avoid confclicts with official apps
This commit is contained in:
@@ -570,7 +570,7 @@ questions:
|
|||||||
label: "Entrypoints Port"
|
label: "Entrypoints Port"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 9000
|
default: 10200
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: tcp
|
- variable: tcp
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ service:
|
|||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 9000
|
port: 10200
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
tcp:
|
tcp:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10027
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
port: 80
|
port: 10027
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 4040
|
default: 10047
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 4040
|
port: 10047
|
||||||
targetPort: 4040
|
targetPort: 4040
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10001
|
default: 10006
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10006
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10032
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10032
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -810,7 +810,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 9091
|
default: 10058
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 9091
|
port: 10058
|
||||||
targetPort: 9091
|
targetPort: 9091
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10069
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10069
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 4040
|
default: 10048
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 4040
|
port: 10048
|
||||||
targetPort: 4040
|
targetPort: 4040
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10021
|
default: 10080
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
webserver:
|
webserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10070
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10070
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8443
|
default: 10063
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8443
|
port: 10063
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 9980
|
default: 10105
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 9980
|
port: 10105
|
||||||
targetPort: 9980
|
targetPort: 9980
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10007
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10007
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8080
|
default: 10081
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10081
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10008
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
@@ -205,7 +205,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 443
|
default: 10001
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
@@ -267,7 +267,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5900
|
default: 10002
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -48,21 +48,21 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10008
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
websocket:
|
websocket:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
websocket:
|
websocket:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 443
|
port: 10001
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 5900
|
port: 10002
|
||||||
targetPort: 5900
|
targetPort: 5900
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5000
|
default: 10049
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5000
|
port: 10049
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5000
|
default: 10050
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5000
|
port: 10050
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10033
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10033
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10071
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10071
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10034
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10034
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10009
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10009
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8096
|
default: 10079
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8096
|
port: 10079
|
||||||
targetPort: 8096
|
targetPort: 8096
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 9001
|
default: 10060
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 9001
|
port: 10060
|
||||||
targetPort: 9001
|
targetPort: 9001
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ questions:
|
|||||||
description: "Both the external service port and internal service port will be the same"
|
description: "Both the external service port and internal service port will be the same"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10003
|
||||||
|
|
||||||
- variable: ingress
|
- variable: ingress
|
||||||
label: ""
|
label: ""
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
Type: HTTPS
|
Type: HTTPS
|
||||||
port: 443
|
port: 10003
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10035
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10035
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10018
|
default: 10082
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10082
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5000
|
default: 10051
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5000
|
port: 10051
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10036
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10036
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10072
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10072
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10017
|
default: 10083
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10083
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10010
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10010
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10037
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10037
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
ssh:
|
ssh:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10073
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10073
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10023
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10023
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10016
|
default: 10084
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10084
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10038
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
|
|||||||
@@ -8,11 +8,11 @@ securityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
protocol: "HTTP"
|
protocol: HTTP
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
port: 3000
|
port: 10038
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10012
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10012
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10013
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10013
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5800
|
default: 10053
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
@@ -242,7 +242,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5900
|
default: 10055
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -15,16 +15,15 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5800
|
port: 10053
|
||||||
targetPort: 5800
|
targetPort: 5800
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 5900
|
port: 10055
|
||||||
targetPort: 5900
|
targetPort: 5900
|
||||||
protocol: "TCP"
|
|
||||||
|
|
||||||
# All values here are set as the docker defaults.
|
# All values here are set as the docker defaults.
|
||||||
envTpl:
|
envTpl:
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8181
|
default: 10064
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8181
|
port: 10064
|
||||||
targetPort: 8181
|
targetPort: 8181
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 10074
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8000
|
port: 10074
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details.
|
# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details.
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10014
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10014
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8090
|
default: 10065
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8090
|
port: 10065
|
||||||
targetPort: 8090
|
targetPort: 8090
|
||||||
jsonservice:
|
jsonservice:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10039
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10039
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ securityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
protocol: "HTTP"
|
protocol: HTTP
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 9117
|
targetPort: 9117
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5580
|
default: 10054
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
@@ -267,7 +267,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5900
|
default: 10056
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5800
|
port: 10054
|
||||||
targetPort: 5800
|
targetPort: 5800
|
||||||
myjd:
|
myjd:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -31,9 +31,8 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 5900
|
port: 10056
|
||||||
targetPort: 5900
|
targetPort: 5900
|
||||||
protocol: "TCP"
|
|
||||||
|
|
||||||
# All values here are set as the docker defaults.
|
# All values here are set as the docker defaults.
|
||||||
envTpl:
|
envTpl:
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10015
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10015
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10015
|
default: 10085
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 10085
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10016
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 10016
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10040
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10040
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 9090
|
default: 10059
|
||||||
editable: true
|
editable: true
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user