deactivated hsts by default

HSTS has been deactivated explicitly by default for the ingress controller in minikube, because it causes trouble for local development. Minikube is intended for local development, so this feature should not be turned on by default.
pull/2591/head
Lena Brüder 2018-03-07 10:02:44 +01:00 committed by GitHub
parent a5afebdc40
commit cbb97958eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
apiVersion: v1
data:
map-hash-bucket-size: "128"
hsts: "false"
kind: ConfigMap
metadata:
name: nginx-load-balancer-conf