2022-04-21 14:37:28 +00:00
|
|
|
# kubezero-istio-gateway
|
2020-11-24 14:44:57 +00:00
|
|
|
|
2022-04-21 14:37:28 +00:00
|
|
|
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-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 14:37:28 +00:00
|
|
|
| Stefan Reimer | stefan@zero-downtime.net | |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2022-04-21 14:37:28 +00:00
|
|
|
Kubernetes: `>= 1.20.0`
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2021-12-03 21:16:22 +00:00
|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.4 |
|
2022-04-21 14:37:28 +00:00
|
|
|
| https://istio-release.storage.googleapis.com/charts | gateway | 1.13.3 |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2022-04-21 14:37:28 +00:00
|
|
|
| certificates[0].dnsNames | list | `[]` | |
|
|
|
|
| certificates[0].name | string | `"ingress-cert"` | |
|
|
|
|
| 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"` | |
|
|
|
|
| proxyProtocol | bool | `true` | |
|
|
|
|
| telemetry.enabled | string | `"falser"` | |
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec
|
|
|
|
- https://github.com/istio/istio/blob/master/manifests/profiles/default.yaml
|
|
|
|
- https://istio.io/latest/docs/setup/install/standalone-operator/
|