Skip to content

Commit

Permalink
enabling otlp server for core
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Sep 30, 2024
1 parent ba7e2e5 commit 6a2c465
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v1.30.0
version: v1.31.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 0 additions & 2 deletions charts/tracetest-core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ spec:
value: "{{ $.Values.global.postgresql.auth.port}}"
- name: TRACETEST_DEV
value: ""
- name: TRACETEST_OTLPSERVER_ENABLED
value: "false"
- name: TRACETEST_ANALYTICS_SERVERKEY
valueFrom:
secretKeyRef:
Expand Down
5 changes: 5 additions & 0 deletions charts/tracetest-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,38 @@ deployments:
# replicaCount: 1
env:
TRACETEST_SERVER_API_ENABLED: false
TRACETEST_OTLPSERVER_ENABLED: false
TRACETEST_SERVER_WORKFLOW_ENABLED: true
TRACETEST_SERVER_WORKFLOW_STEPS: trigger_resolver trigger_result
- name: worker-poller
# uncomment if you want this service to override the global deploymentReplicas
# replicaCount: 1
env:
TRACETEST_SERVER_API_ENABLED: false
TRACETEST_OTLPSERVER_ENABLED: false
TRACETEST_SERVER_WORKFLOW_ENABLED: true
TRACETEST_SERVER_WORKFLOW_STEPS: poll_start poll_evaluate
- name: worker-results
# uncomment if you want this service to override the global deploymentReplicas
# replicaCount: 1
env:
TRACETEST_SERVER_API_ENABLED: false
TRACETEST_OTLPSERVER_ENABLED: false
TRACETEST_SERVER_WORKFLOW_ENABLED: true
TRACETEST_SERVER_WORKFLOW_STEPS: linter_runner assertion_runner
- name: worker-monitors
# uncomment if you want this service to override the global deploymentReplicas
# replicaCount: 1
env:
TRACETEST_SERVER_API_ENABLED: false
TRACETEST_OTLPSERVER_ENABLED: false
TRACETEST_SERVER_WORKFLOW_ENABLED: true
TRACETEST_SERVER_WORKFLOW_STEPS: monitor_runner monitor_alerts
- name: worker-suites
# uncomment if you want this service to override the global deploymentReplicas
# replicaCount: 1
env:
TRACETEST_SERVER_API_ENABLED: false
TRACETEST_OTLPSERVER_ENABLED: false
TRACETEST_SERVER_WORKFLOW_ENABLED: true
TRACETEST_SERVER_WORKFLOW_STEPS: suite_runner
2 changes: 1 addition & 1 deletion charts/tracetest-onprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
repository: file://../tracetest-frontend
condition: tracetest-frontend.enabled
- name: tracetest-core
version: v1.30.0
version: v1.31.0
repository: file://../tracetest-core
condition: tracetest-core.enabled
- name: tracetest-cloud
Expand Down

0 comments on commit 6a2c465

Please sign in to comment.