Traefik portal fix

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
kjeld Schouten-Lebbing
2021-02-09 11:45:26 +01:00
parent cb0904478c
commit 97dbb78a1e
45 changed files with 8 additions and 8 deletions
@@ -2,7 +2,7 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 0.1.1
version: 0.1.2
upstream_version: 9.14.2
appVersion: 2.4.2
keywords:
@@ -29,9 +29,9 @@ groups:
portals:
web_portal:
protocols:
- "http"
- "https"
host:
- "$node_ip"
- "$variable-appIngress.webui.host"
ports:
- "443"
@@ -37,11 +37,11 @@ spec:
- HEAD
- PUT
accessControlMaxAge: 100
sslRedirect: true
stsSeconds: 63072000
stsIncludeSubdomains: false
stsPreload: false
forceSTSHeader: true
#sslRedirect: true
#stsSeconds: 63072000
#stsIncludeSubdomains: false
#stsPreload: false
#forceSTSHeader: true
contentTypeNosniff: true
browserXssFilter: true
sslForceHost: true