mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
@juan131 suggestions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: nginx-ingress-controller
|
||||
version: 0.18.0
|
||||
appVersion: 0.0.1
|
||||
version: 0.0.1
|
||||
appVersion: 0.18.0
|
||||
description: Chart for the nginx Ingress controller
|
||||
keywords:
|
||||
- ingress
|
||||
@@ -9,7 +9,7 @@ keywords:
|
||||
- web
|
||||
- www
|
||||
- reverse proxy
|
||||
home: http://www.nginx.org
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
|
||||
maintainers:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Nginx Ingress Controller
|
||||
|
||||
[nginx-ingress](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses ConfigMap to store the Nginx configuration.
|
||||
[nginx-ingress](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses NGINX to manage external access to HTTP services in a Kubernetes cluster.
|
||||
|
||||
## TL;DR;
|
||||
|
||||
@@ -51,7 +51,7 @@ Parameter | Description | Default
|
||||
`image.repository` | controller container image repository | `bitnami/nginx-ingress-controller`
|
||||
`image.tag` | controller container image tag | `0.18.0-debian-9`
|
||||
`image.pullPolicy` | controller container image pull policy | `IfNotPresent`
|
||||
`config` | nginx ConfigMap entries | none
|
||||
`config` | nginx ConfigMap entries | `nil`
|
||||
`hostNetwork` | If the nginx deployment / daemonset should run on the host's network namespace. Do not set this when `controller.service.externalIPs` is set and `kube-proxy` is used as there will be a port-conflict for port `80` | false
|
||||
`defaultBackendService` | default 404 backend service; required only if `defaultBackend.enabled = false` | `""`
|
||||
`electionID` | election ID to use for the status update | `ingress-controller-leader`
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
** Please be patient while the chart is being deployed **
|
||||
|
||||
The nginx-ingress controller has been installed.
|
||||
|
||||
{{- if contains "NodePort" .Values.service.type }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
## Bitnami NGINX image version
|
||||
## ref: https://hub.docker.com/r/bitnami/nginx/tags/
|
||||
## Bitnami NGINX Ingress controller image version
|
||||
## ref: https://hub.docker.com/r/bitnami/nginx-ingress-controller/tags/
|
||||
name: controller
|
||||
image:
|
||||
registry: docker.io
|
||||
|
||||
Reference in New Issue
Block a user