[stable/kubernetes-dashboard] New backend-protocol ingress-nginx annotations (#10108)

* New backend-protocol ingress-nginx annotations

Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>

* Reword and move comment

Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>

* Change version not app version

Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>
This commit is contained in:
Jonathan Liuti
2018-12-19 06:44:40 -08:00
committed by Kubernetes Prow Robot
parent 8d7c790690
commit e519db8a67
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubernetes-dashboard
version: 0.10.1
version: 0.10.2
appVersion: 1.10.1
description: General-purpose web UI for Kubernetes clusters
keywords:
+7 -1
View File
@@ -80,8 +80,14 @@ ingress:
##
# annotations:
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/secure-backends: "true"
# kubernetes.io/tls-acme: 'true'
## If you plan to use TLS backend with enableInsecureLogin set to false
## (default), you need to uncomment the below.
## If you use ingress-nginx < 0.21.0
# nginx.ingress.kubernetes.io/secure-backends: "true"
## if you use ingress-nginx >= 0.21.0
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
## Kubernetes Dashboard Ingress path
##