k8s

envoy-gateway Helm Chart

Overview

Deploys Envoy Gateway (EG) components and optionally configures a Gateway resource for downstream charts (e.g. monitoring / Thanos gRPC route).

Features

Upstream Dependency

This chart wraps the official Envoy Gateway Helm chart:

dependencies:
  - name: gateway-helm
    alias: gatewayprovider
    version: v1.4.2
    repository: oci://docker.io/envoyproxy

All upstream values are set beneath the gatewayprovider key in this chart’s values.yaml / environment overrides. This lets you:

Update / pull the dependency before packaging or installing directly:

helm dependency update ./envoy-gateway

Configuration

Edit values.yaml or environment overrides. Common keys:

Deploy

helm dependency update ./envoy-gateway
helm upgrade --install envoy-gateway ./envoy-gateway -f envoy-gateway/values.dev-01.yaml -n envoy-gateway-system --create-namespace

Prerequisites

Notes