We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4dbb8 commit b48da6fCopy full SHA for b48da6f
charts/opentelemetry-demo/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
type: application
3
name: opentelemetry-demo
4
-version: 0.27.2
+version: 0.28.0
5
description: opentelemetry demo helm chart
6
home: https://opentelemetry.io/
7
sources:
charts/opentelemetry-demo/values.yaml
@@ -411,13 +411,15 @@ components:
411
value: "false"
412
- name: LOCUST_AUTOSTART
413
value: "true"
414
+ - name: LOCUST_BROWSER_TRAFFIC_ENABLED
415
+ value: "false"
416
- name: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
417
value: python
418
- name: OTEL_EXPORTER_OTLP_ENDPOINT
419
value: http://$(OTEL_COLLECTOR_NAME):4317
420
resources:
421
limits:
- memory: 120Mi
422
+ memory: 1Gi
423
424
paymentService:
425
enabled: true
0 commit comments