mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kubernetes-dashboard] set ingress Secure-Backends as default value (#4803)
* Cater for full set lof Elastic Output Plugin parameters (Auth & TLS)
* Cater for full set of Elastic Output Plugin parameters (Auth & TLS)
* update Github User
* README.md & TLS enablement updates
* Reverted chart version due to Helm lint error
* bump chart version to 0.3.0
* RBAC and ServiceAccount updated to standards
* fixed linting
* Revert "fixed linting"
This reverts commit 5bd65f6624.
Changes to be committed:
modified: stable/fluent-bit/values.yaml
* fixed linting
* fixed linting
* version bump
* minor version bump. clusterrolebinding uses serviceAccountName
* [stable/kubernetes-dashboard] set ingress Secure-Backends default value
* bump chart version
* Comment out ingress.annotations
* fix linting
* README ingress.annotation defaults correction
This commit is contained in:
committed by
k8s-ci-robot
parent
89d59a91d7
commit
03ab26feda
@@ -1,5 +1,5 @@
|
||||
name: kubernetes-dashboard
|
||||
version: 0.6.5
|
||||
version: 0.6.6
|
||||
appVersion: 1.8.3
|
||||
description: General-purpose web UI for Kubernetes clusters
|
||||
keywords:
|
||||
|
||||
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the kubernetes-dashboar
|
||||
| `tolerations` | List of node taints to tolerate (requires Kubernetes >= 1.6) | `[]` |
|
||||
| `service.externalPort` | Dashboard external port | 443 |
|
||||
| `service.internalPort` | Dashboard internal port | 443 |
|
||||
| `ingress.annotations` | Specify ingress class | `kubernetes.io/ingress.class: nginx` |
|
||||
| `ingress.annotations` | Specify ingress class | `kubernetes.io/ingress.class: nginx` |
|
||||
| `ingress.enabled` | Enable ingress controller resource | `false` |
|
||||
| `ingress.hosts` | Dashboard Hostnames | `nil` |
|
||||
| `ingress.tls` | Ingress TLS configuration | `[]` |
|
||||
|
||||
@@ -68,6 +68,7 @@ ingress:
|
||||
##
|
||||
# annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# nginx.ingress.kubernetes.io/secure-backends: "true"
|
||||
# kubernetes.io/tls-acme: 'true'
|
||||
|
||||
## Kubernetes Dashboard Ingress hostnames
|
||||
|
||||
Reference in New Issue
Block a user