Skip to content

feat(charts): Add support for gRPC backends.

Florian Forster requested to merge fforster/gke into main

feat(charts): Add support for gRPC backends.

The Helm Chart is still a fast changing target. This MR contains the following changes:

  • Support for (non-public) gRPC services. The public load balancer does not yet support routing gRPC.
    • Enable Istio injection for the entire service namespace.
    • Rename the backend protocol to "http" (from "rest"). This is an Istio requirement for named ports.
  • Expose the resources field to users so they can configure arbitrary resources (e.g. ephemeral-storage) as well as resource requests and limits.
  • Support user-defined environment variables.
  • Remove the monitoring port (8082) that was exposed as /varz – this is specific to the example-service.

Issue: Add the ability to generate Kubernetes configur... (team#286)

Edited by Florian Forster

Merge request reports