fix(shlink): protocol is HTTP (#1619)
* fix(shlink): protocol is `HTTP` * defaults to tcp anyway * this is backend, there is no portal...
This commit is contained in:
@@ -28,7 +28,7 @@ name: shlink
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/shlinkio/shlink
|
- https://github.com/shlinkio/shlink
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -1,28 +1,8 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
portals:
|
portals: {}
|
||||||
web_portal:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
|
||||||
group: "Container Image"
|
|
||||||
label: "Configure Portal Button"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
hidden: true
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable"
|
|
||||||
description: "enable the portal button"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
|
||||||
- variable: controller
|
- variable: controller
|
||||||
@@ -94,6 +74,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: IS_HTTPS_ENABLED
|
||||||
|
label: "Served over HTTPS"
|
||||||
|
description: "Tells if Shlink is served with https or not"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
@@ -113,6 +99,13 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: port
|
||||||
|
label: "Port"
|
||||||
|
description: "This port exposes the container port on the service"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 10153
|
||||||
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
||||||
schema:
|
schema:
|
||||||
@@ -129,7 +122,7 @@ questions:
|
|||||||
label: "Port Type"
|
label: "Port Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "HTTPS"
|
default: "HTTP"
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: "HTTP"
|
description: "HTTP"
|
||||||
@@ -152,13 +145,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10153
|
default: 10153
|
||||||
- variable: port
|
|
||||||
label: "Port"
|
|
||||||
description: "This port exposes the container port on the service"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 10153
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ podSecurityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
protocol: HTTPS
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 10153
|
targetPort: 10153
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
|||||||
| pydio-cells | main | main | 10150 | TCP | |
|
| pydio-cells | main | main | 10150 | TCP | |
|
||||||
| scrutiny | main | main | 10151 | TCP | |
|
| scrutiny | main | main | 10151 | TCP | |
|
||||||
| kodi-headless | websocket | websocket | 10152 | TCP | |
|
| kodi-headless | websocket | websocket | 10152 | TCP | |
|
||||||
| shlink | main | main | 10153 | HTTPS | |
|
| shlink | main | main | 10153 | TCP | |
|
||||||
| hyperion-ng | boblightservice | boblightservice | 19333 | TCP | |
|
| hyperion-ng | boblightservice | boblightservice | 19333 | TCP | |
|
||||||
| hyperion-ng | jsonservice | jsonservice | 19444 | TCP | |
|
| hyperion-ng | jsonservice | jsonservice | 19444 | TCP | |
|
||||||
| hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |
|
| hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |
|
||||||
|
|||||||
Reference in New Issue
Block a user