Use local chart directory for dev-env and e2e tests (#5165)
This commit is contained in:
parent
35264d6e8f
commit
e3e16941e5
7 changed files with 14 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
name: ingress-nginx
|
||||
version: 1.32.0
|
||||
appVersion: 0.30.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ $ helm install ingress-nginx
|
|||
|
||||
## Introduction
|
||||
|
||||
This chart bootstraps an nginx-ingress deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
|
||||
This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -263,7 +263,7 @@ $ helm install ingress-nginx --name my-release \
|
|||
|
||||
You can add Prometheus annotations to the metrics service using `controller.metrics.service.annotations`. Alternatively, if you use the Prometheus Operator, you can enable ServiceMonitor creation using `controller.metrics.serviceMonitor.enabled`.
|
||||
|
||||
## nginx-ingress nginx\_status page/stats server
|
||||
## ingress-nginx nginx\_status page/stats server
|
||||
|
||||
Previous versions of this chart had a `controller.stats.*` configuration block, which is now obsolete due to the following changes in nginx ingress controller:
|
||||
* in [0.16.1](https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0161), the vts (virtual host traffic status) dashboard was removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue