kubezero/charts/kubezero-istio-gateway
Stefan Reimer dcc584f737 feat: first alpha release of v1.23.10 2022-08-24 17:13:39 +02:00
..
charts/gateway feat: first alpha release of v1.23.10 2022-08-24 17:13:39 +02:00
templates fix: istio-gateway default settings 2022-04-21 23:14:06 +02:00
Chart.yaml feat: first alpha release of v1.23.10 2022-08-24 17:13:39 +02:00
README.md feat: first alpha release of v1.23.10 2022-08-24 17:13:39 +02:00
README.md.gotmpl feat: Istio Ingress migration to new gateway charts 2022-04-21 13:57:34 +02:00
update.sh feat: Istio Ingress migration to new gateway charts 2022-04-21 13:57:34 +02:00
values.yaml fix: Some minor Istio Ingress fixes 2022-04-22 13:38:12 +02:00
zdt.patch feat: Adding ingress gateway hardening back into new Istio Helm charts 2022-04-21 18:21:45 +02:00

README.md

kubezero-istio-gateway

Version: 0.8.2 Type: application

KubeZero Umbrella Chart for Istio gateways

Installs Istio Ingress Gateways, requires kubezero-istio to be installed !

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.20.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.5
https://istio-release.storage.googleapis.com/charts gateway 1.14.3

Values

Key Type Default Description
certificates list []
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 bool false

Resources