42 lines
2.8 KiB
Markdown
42 lines
2.8 KiB
Markdown
|
|
# aws-load-balancer-controller
|
||
|
|
|
||
|
|
  
|
||
|
|
|
||
|
|
A Helm chart for AWS Load Balancer Controller
|
||
|
|
|
||
|
|
## Requirements
|
||
|
|
|
||
|
|
| Repository | Name | Version |
|
||
|
|
|------------|------|---------|
|
||
|
|
| https://aws.github.io/eks-charts | aws-load-balancer-controller | 1.13.3 |
|
||
|
|
|
||
|
|
## Values
|
||
|
|
|
||
|
|
| Key | Type | Default | Description |
|
||
|
|
|-----|------|---------|-------------|
|
||
|
|
| aws-load-balancer-controller.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].key | string | `"app.kubernetes.io/name"` | |
|
||
|
|
| aws-load-balancer-controller.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].operator | string | `"In"` | |
|
||
|
|
| aws-load-balancer-controller.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].values[0] | string | `"aws-load-balancer-controller"` | |
|
||
|
|
| aws-load-balancer-controller.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.topologyKey | string | `"topology.kubernetes.io/zone"` | |
|
||
|
|
| aws-load-balancer-controller.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].weight | int | `100` | |
|
||
|
|
| aws-load-balancer-controller.clusterName | string | `""` | |
|
||
|
|
| aws-load-balancer-controller.enableShield | bool | `true` | |
|
||
|
|
| aws-load-balancer-controller.enableWaf | bool | `true` | |
|
||
|
|
| aws-load-balancer-controller.enableWafv2 | bool | `true` | |
|
||
|
|
| aws-load-balancer-controller.logLevel | string | `"info"` | |
|
||
|
|
| aws-load-balancer-controller.podDisruptionBudget.maxUnavailable | int | `1` | |
|
||
|
|
| aws-load-balancer-controller.region | string | `""` | |
|
||
|
|
| aws-load-balancer-controller.replicaCount | int | `2` | |
|
||
|
|
| aws-load-balancer-controller.resources.limits.cpu | string | `"200m"` | |
|
||
|
|
| aws-load-balancer-controller.resources.limits.memory | string | `"500Mi"` | |
|
||
|
|
| aws-load-balancer-controller.resources.requests.cpu | string | `"100m"` | |
|
||
|
|
| aws-load-balancer-controller.resources.requests.memory | string | `"200Mi"` | |
|
||
|
|
| aws-load-balancer-controller.serviceAccount.annotations."eks.amazonaws.com/role-arn" | string | `""` | |
|
||
|
|
| aws-load-balancer-controller.serviceAccount.create | bool | `true` | |
|
||
|
|
| aws-load-balancer-controller.serviceAccount.name | string | `"aws-load-balancer-controller"` | |
|
||
|
|
| clusterName | string | `""` | |
|
||
|
|
| region | string | `""` | |
|
||
|
|
|
||
|
|
----------------------------------------------
|
||
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|