2022-04-21 14:37:28 +00:00
|
|
|
# kubezero-istio-gateway
|
2020-11-24 14:44:57 +00:00
|
|
|
|
2024-10-21 14:41:14 +00:00
|
|
|
![Version: 0.23.2](https://img.shields.io/badge/Version-0.23.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
2020-11-24 14:44:57 +00:00
|
|
|
|
2022-04-21 14:37:28 +00:00
|
|
|
KubeZero Umbrella Chart for Istio gateways
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
Installs Istio Ingress Gateways, requires kubezero-istio to be installed !
|
|
|
|
|
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
| ---- | ------ | --- |
|
2022-04-21 21:21:24 +00:00
|
|
|
| Stefan Reimer | <stefan@zero-downtime.net> | |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2024-08-09 10:45:27 +00:00
|
|
|
Kubernetes: `>= 1.26.0-0`
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2023-04-12 16:13:01 +00:00
|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
2024-10-21 14:41:14 +00:00
|
|
|
| https://istio-release.storage.googleapis.com/charts | gateway | 1.23.2 |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2022-04-21 21:14:06 +00:00
|
|
|
| certificates | list | `[]` | |
|
2022-04-21 14:37:28 +00:00
|
|
|
| gateway.autoscaling.enabled | bool | `false` | |
|
|
|
|
| gateway.autoscaling.maxReplicas | int | `4` | |
|
|
|
|
| gateway.autoscaling.minReplicas | int | `1` | |
|
|
|
|
| gateway.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
|
|
|
| gateway.podAnnotations."proxy.istio.io/config" | string | `"{ \"terminationDrainDuration\": \"20s\" }"` | |
|
|
|
|
| gateway.replicaCount | int | `1` | |
|
|
|
|
| gateway.resources.limits.memory | string | `"512Mi"` | |
|
|
|
|
| gateway.resources.requests.cpu | string | `"50m"` | |
|
|
|
|
| gateway.resources.requests.memory | string | `"64Mi"` | |
|
|
|
|
| gateway.service.externalTrafficPolicy | string | `"Local"` | |
|
|
|
|
| gateway.service.type | string | `"NodePort"` | |
|
2023-11-15 14:39:02 +00:00
|
|
|
| gateway.terminationGracePeriodSeconds | int | `120` | |
|
2024-04-03 11:49:07 +00:00
|
|
|
| hardening.rejectUnderscoresHeaders | bool | `true` | |
|
|
|
|
| hardening.unescapeSlashes | bool | `true` | |
|
2022-04-21 14:37:28 +00:00
|
|
|
| proxyProtocol | bool | `true` | |
|
2022-05-04 12:49:56 +00:00
|
|
|
| telemetry.enabled | bool | `false` | |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
2024-10-16 13:37:57 +00:00
|
|
|
- https://github.com/cilium/cilium/blob/main/operator/pkg/model/translation/envoy_listener.go#L134
|
|
|
|
|