@@ -88,9 +88,9 @@ components:
8888 # Monitoring Stack
8989 # ---------------------------------------------------------------------------------------
9090 - ../../components/monitoring # -- Add default resources for Sourcegraph monitoring services
91+ # - ../../components/monitoring/otel # -- Deploy OpenTelemetry Collector
92+ # - ../../components/monitoring/tracing # -- Deploy OpenTelemetry Collector with Jaeger as tracing backend
9193 # - ../../components/monitoring/cadvisor # -- Add resources for cAdvisor (requires privileges)
92- # - ../../components/monitoring/otel # -- Add resources for otel
93- # - ../../components/monitoring/tracing # -- Add resources for otel with Jaeger as tracing backend
9494 # - ../../components/monitoring/privileged # -- Run monitoring stack with privileged and root access
9595 # - ../../components/remove/daemonset # -- Remove all services with daemonsets: node-exporter & otel
9696 # - ../../components/remove/otel-collector # -- Remove otel-collector and otel-agent
@@ -187,33 +187,31 @@ components:
187187# resources using patch files to customize your deployment
188188# #########################################################################################
189189
190- # patchesStrategicMerge:
191- # - patches/frontend-ingress.annotations.yaml # Add new annotations to frontend ingress
192- # - patches/frontend-env-vars.yaml # Update env vars in frontend
193- # - patches/prometheus.ConfigMap.yaml
194- # - patches/pgsql.ConfigMap.yaml
195- # - patches/otel-collector.ConfigMap.yaml
196- # - patches/custom.NodePort.yaml
197- # - patches/resources.yaml
198-
199- # ------------------------------------------------------------------------
200- # Storage Size
201- # ------------------------------------------------------------------------
202- # patchesJson6902:
203- # - target:
204- # kind: PersistentVolumeClaim
205- # name: blobstore|codeinsights-db|codeintel-db|pgsql|prometheus|redis-store|redis-cache
206- # patch: |-
190+ # patches:
191+ # - patch: patches/frontend-ingress.annotations.yaml
192+ # - patch: patches/frontend-env-vars.yaml
193+ # - patch: patches/prometheus.ConfigMap.yaml
194+ # - patch: patches/pgsql.ConfigMap.yaml
195+ # - patch: patches/otel-collector.ConfigMap.yaml
196+ # - patch: patches/custom.NodePort.yaml
197+ # - patch: patches/resources.yaml
198+ # #---------------------------------------------------------------------------------------
199+ # # [STORAGE SIZES]
200+ # #---------------------------------------------------------------------------------------
201+ # - patch: |-
207202# - op: replace
208203# path: /spec/resources/requests/storage
209204# value: 100Gi
210- # - target:
211- # kind: StatefulSet
212- # name: gitserver|indexed-search|searcher|symbols
213- # patch: |-
205+ # target:
206+ # kind: PersistentVolumeClaim
207+ # name: blobstore|codeinsights-db|codeintel-db|pgsql|prometheus|redis-store|redis-cache
208+ # - patch: |-
214209# - op: replace
215210# path: /spec/volumeClaimTemplates/0/spec/resources/requests/storage
216211# value: 200Gi
212+ # target:
213+ # kind: StatefulSet
214+ # name: gitserver|indexed-search|searcher|symbols
217215
218216# #########################################################################################
219217# [BUILD CONFIGURATIONS] Handles updating configs using env vars for kustomize
0 commit comments