@juan131 suggestions

This commit is contained in:
Carlos Rodriguez Hernandez
2018-09-04 13:40:06 +00:00
parent 1f7ac44bf0
commit 6020abbd3f
4 changed files with 9 additions and 7 deletions

View File

@@ -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:

View File

@@ -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`

View File

@@ -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 }}

View File

@@ -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