kubezero/charts/kubezero-istio-gateway
Stefan Reimer b9ee65d128 feat: update Istio to 1.21.2 2024-04-25 10:37:22 +00:00
..
charts/gateway feat: update Istio to 1.21.2 2024-04-25 10:37:22 +00:00
templates chore: fix typos, cleanup 2023-12-14 12:37:05 +00:00
Chart.yaml chore(deps): update helm release gateway to v1.21.2 2024-04-23 03:09:56 +00:00
README.md feat: update Istio to 1.21.2 2024-04-25 10:37:22 +00:00
README.md.gotmpl feat: Istio Ingress migration to new gateway charts 2022-04-21 13:57:34 +02:00
gateway.patch feat: Istio upgrade to 1.21 2024-04-03 11:49:07 +00: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 chore: fix typos, cleanup 2023-12-14 12:37:05 +00:00

README.md

kubezero-istio-gateway

Version: 0.21.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.26.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.6
https://istio-release.storage.googleapis.com/charts gateway 1.21.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.podAnnotations."proxy.istio.io/config" string "{ \"terminationDrainDuration\": \"20s\" }"
gateway.priorityClassName string "system-cluster-critical"
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