hardcoded portal protocol (till issues are fixed)

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-04 00:49:46 +02:00
parent f9b633469c
commit b6b90c4767
3 changed files with 3 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ appVersion: '2.4'
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.13.5
version: 6.13.6
deprecated: false
description: Test App for Traefik
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
@@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 0.0.12
version: 0.0.14

View File

@@ -24,7 +24,7 @@ groups:
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
- "http"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:

View File

@@ -5,10 +5,6 @@ image:
tag: v2.5
pullPolicy: IfNotPresent
controller:
type: daemonset
strategy: RollingUpdate
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
ingressClass:
# true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12