mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
8d7c790690
commit
e519db8a67
@@ -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:
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user