Traefik portal fix
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -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"
|
||||
|
||||
+5
-5
@@ -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
|
||||
Reference in New Issue
Block a user