@@ -148,7 +148,7 @@ global:
148148 image :
149149 registry : quay.io
150150 repository : codefresh/cf-argocd-extras
151- tag : e746a97
151+ tag : d4fefcb
152152 nodeSelector : {}
153153 tolerations : []
154154 affinity : {}
@@ -194,27 +194,6 @@ anchors:
194194 common-envs :
195195 # -- Telemetry configuration
196196 - &telemetry-config
197- # -- Level of logging for app-proxy
198- CF_TELEMETRY_LOGS_LEVEL : ' info'
199- # -- Level for logging HTTP requests
200- CF_TELEMETRY_LOGS_LEVEL_HTTP : ' debug'
201- # -- Enable OpenTelemetry signals (logs, metrics, traces)
202- CF_TELEMETRY_OTEL_ENABLE : ' false'
203- # -- Enable OTel HTTP instrumentation.
204- # Make sure to sanitize `url.full` and `url.query` span attributes on collector before enabling this flag, as it may contain sensitive information.
205- CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION : ' false'
206- # -- Enable Prometheus server
207- CF_TELEMETRY_PROMETHEUS_ENABLE : ' false'
208- # -- Enable collecting process metrics
209- CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS : ' false'
210- # -- Host for Prometheus metrics server
211- CF_TELEMETRY_PROMETHEUS_HOST : ' 0.0.0.0'
212- # -- Port for Prometheus metrics server
213- CF_TELEMETRY_PROMETHEUS_PORT : ' 9100'
214- # -- Enable Pyroscope profiling. If enabled, the Pyroscope server address must be set in PYROSCOPE_SERVER_ADDRESS.
215- CF_TELEMETRY_PYROSCOPE_ENABLE : ' false'
216- # -- Pyroscope server address
217- PYROSCOPE_SERVER_ADDRESS : ' '
218197 # -- Base endpoint URL for all OpenTelemetry signals.
219198 # Ref: https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/
220199 OTEL_EXPORTER_OTLP_ENDPOINT : ' http://localhost:4317'
@@ -336,7 +315,7 @@ argo-cd:
336315# Argo Events
337316# -----------------------------------------------------------------------------------------------------------------------
338317argo-events :
339- enabled : false
318+ enabled : true
340319 fullnameOverride : argo-events
341320 crds :
342321 install : false
@@ -603,6 +582,27 @@ app-proxy:
603582 env :
604583 << :
605584 - *telemetry-config
585+ # -- Level of logging for app-proxy
586+ CF_TELEMETRY_LOGS_LEVEL : ' info'
587+ # -- Level for logging HTTP requests
588+ CF_TELEMETRY_LOGS_LEVEL_HTTP : ' debug'
589+ # -- Enable OpenTelemetry signals (logs, metrics, traces)
590+ CF_TELEMETRY_OTEL_ENABLE : ' false'
591+ # -- Enable OTel HTTP instrumentation.
592+ # Make sure to sanitize `url.full` and `url.query` span attributes on collector before enabling this flag, as it may contain sensitive information.
593+ CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION : ' false'
594+ # -- Enable Prometheus server
595+ CF_TELEMETRY_PROMETHEUS_ENABLE : ' false'
596+ # -- Enable collecting process metrics
597+ CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS : ' false'
598+ # -- Host for Prometheus metrics server
599+ CF_TELEMETRY_PROMETHEUS_HOST : ' 0.0.0.0'
600+ # -- Port for Prometheus metrics server
601+ CF_TELEMETRY_PROMETHEUS_PORT : ' 9100'
602+ # -- Enable Pyroscope profiling. If enabled, the Pyroscope server address must be set in PYROSCOPE_SERVER_ADDRESS.
603+ CF_TELEMETRY_PYROSCOPE_ENABLE : ' false'
604+ # -- Pyroscope server address
605+ PYROSCOPE_SERVER_ADDRESS : ' '
606606 serviceAccount :
607607 create : true
608608 annotations : {}
@@ -730,7 +730,7 @@ argo-gateway:
730730 image :
731731 registry : quay.io
732732 repository : codefresh/cf-argocd-extras
733- tag : e746a97
733+ tag : d4fefcb
734734 nodeSelector : {}
735735 tolerations : []
736736 affinity : {}
0 commit comments