
A simple wrapper around the stable/nginx-ingress chart that adds a few of our conventions
Homepage: https://github.com/norwoodj/helm-docs/tree/master/example-charts/nginx-ingress
| Repository |
Name |
Version |
| @stable |
nginx-ingress |
0.22.1 |
| Key |
Type |
Default |
Description |
| controller.extraVolumes |
list |
[{"configMap":{"name":"nginx-ingress-config"},"name":"config-volume"}] |
Additional volumes to be mounted into the ingress controller container |
| controller.image.repository |
string |
"nginx-ingress-controller" |
|
| controller.image.tag |
string |
"18.0831" |
|
| controller.ingressClass |
string |
"nginx" |
Name of the ingress class to route through this controller |
| controller.livenessProbe |
object |
{"httpGet":{"path":"/https/github.com/healthz","port":8080}} |
Configure the healthcheck for the ingress controller |
| controller.livenessProbe.httpGet.path |
string |
"/healthz" |
This is the liveness check endpoint |
| controller.name |
string |
"controller" |
|
| controller.persistentVolumeClaims |
list |
[] |
List of persistent volume claims to create |
| controller.podLabels |
object |
{} |
The labels to be applied to instances of the controller pod |
| controller.publishService.enabled |
bool |
false |
Whether to expose the ingress controller to the public world |
| controller.replicas |
int |
nil |
Number of nginx-ingress pods to load balance between |
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" |
string |
"stupidchess.jmn23.com" |
Hostname to be assigned to the ELB for the service |
| controller.service.type |
string |
"LoadBalancer" |
|
Autogenerated from chart metadata using helm-docs v1.14.0