From 30ee01a27e4c808ffeb401c8655350651757cc36 Mon Sep 17 00:00:00 2001 From: Arka Bhattacharya <21124287+find-arka@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:44:57 -0400 Subject: [PATCH] collector should be deployed as daemonset More info in this thread: https://solo-io-corp.slack.com/archives/C0289JZGV8R/p1682609612228379?thread_ts=1682509690.707759&cid=C0289JZGV8R --- .../install/gloo-platform/telemetry-collector-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshops/gloo-mesh-day-2/install/gloo-platform/telemetry-collector-values.yaml b/workshops/gloo-mesh-day-2/install/gloo-platform/telemetry-collector-values.yaml index 593877c..75e91d7 100644 --- a/workshops/gloo-mesh-day-2/install/gloo-platform/telemetry-collector-values.yaml +++ b/workshops/gloo-mesh-day-2/install/gloo-platform/telemetry-collector-values.yaml @@ -6,7 +6,7 @@ common: telemetryCollector: enabled: true replicaCount: 1 - mode: deployment + mode: daemonset service: type: ClusterIP extraVolumes: @@ -57,4 +57,4 @@ telemetryCollectorCustomization: grpc: endpoint: 0.0.0.0:4317 http: - endpoint: 0.0.0.0:4318 \ No newline at end of file + endpoint: 0.0.0.0:4318