KubeZero/charts/kubezero-istio-gateway
2025-02-12 17:31:43 +00:00
..
charts/gateway feat: cert-manager and istio version bumps 2025-02-12 17:31:43 +00:00
templates feat: reorg cluster upgrade logic, migrate aws-iam-authenticator to system service, basic network and addons for 1.31 2025-02-12 12:37:47 +00:00
tests fix: improved crd handling, version bumps of network, new HAProxy support, argocd auth fix 2024-06-10 17:01:52 +00:00
Chart.yaml feat: cert-manager and istio version bumps 2025-02-12 17:31:43 +00:00
gateway.patch feat: cert-manager and istio version bumps 2025-02-12 17:31:43 +00:00
README.md feat: cert-manager and istio version bumps 2025-02-12 17:31:43 +00:00
README.md.gotmpl fix: fix cluster upgrade logic for 1.30 2024-10-22 13:54:19 +01:00
update.sh V1.27: Istio bump to 1.19.4 incl. hardening settings, latest network CNI, initial operators and telemetry chart 2023-11-15 14:39:02 +00:00
values.yaml feat: cert-manager and istio version bumps 2025-02-12 17:31:43 +00:00

kubezero-istio-gateway

Version: 0.24.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.30.0-0

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

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.minReadySeconds int 120
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"
gateway.terminationGracePeriodSeconds int 120
hardening.rejectUnderscoresHeaders bool true
hardening.unescapeSlashes bool true
proxyProtocol bool true
telemetry.enabled bool false

Resources

Envoy Listener Filter - TCP KeepAlive