-
|
Configuring the logging level for the Control Plane is explained in the "Install with Helm" section of the documentation, and I can clearly see the relevant parameter in the values.tmpl.yaml. I would expect that all Control Plane configurations should be done via Helm values. However, when reading through the Gateway Observability section of the docs, the examples for enabling the OpenTelemetry sink and disabling Prometheus metrics rely on editing the ConfigMap installed by default, rather than setting Helm values. This raises two questions: Helm Support: I assumed I could configure these settings persistently via values.yaml, but I cannot find any parameters corresponding to OpenTelemetry or Prometheus metrics in the values.tmpl.yaml. Thanks! I also wanted to mention that I evaluated the setup experience with Kong, Traefik and Envoy Gateway and I found Envoy Gateway to be the easiest to configure by far, one reason being the high quality documentation. Thanks for that! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
you should be able to set the same values in gateway/charts/gateway-helm/values.tmpl.yaml Line 102 in 5da2aac |
Beta Was this translation helpful? Give feedback.
-
|
@arkodg Thank you! |
Beta Was this translation helpful? Give feedback.
you should be able to set the same values in
gateway/charts/gateway-helm/values.tmpl.yaml
Line 102 in 5da2aac