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:
Stavros Kois
2021-12-28 12:50:58 +01:00
committed by GitHub
parent 0cdd75ff94
commit 9178a95f0a
4 changed files with 19 additions and 34 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: shlink
sources:
- https://github.com/shlinkio/shlink
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- utilities
+17 -31
View File
@@ -1,28 +1,8 @@
# Include{groups}
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
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}
- variable: controller
@@ -94,6 +74,12 @@ questions:
schema:
type: string
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}
- variable: service
group: "Networking and Services"
@@ -113,6 +99,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10153
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -129,7 +122,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTPS"
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
@@ -152,13 +145,6 @@ questions:
schema:
type: int
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
group: "Networking and Services"
-1
View File
@@ -13,7 +13,6 @@ podSecurityContext:
service:
main:
protocol: HTTPS
ports:
main:
targetPort: 10153
+1 -1
View File
@@ -293,7 +293,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| pydio-cells | main | main | 10150 | TCP | |
| scrutiny | main | main | 10151 | 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 | jsonservice | jsonservice | 19444 | TCP | |
| hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |