feat: allow configuring tracing

This commit is contained in:
MiniDigger | Martin 2023-04-22 23:47:56 +02:00
parent 77b8fdef11
commit f92315e99a
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ stringData:
readinessState: readinessState:
enabled: true enabled: true
tracing: tracing:
enabled: true enabled: {{ .Values.backend.config.tracing }}
zipkin: zipkin:
tracing: tracing:
endpoint: "{{ .Values.backend.config.zipkinEndpoint }}" endpoint: "{{ .Values.backend.config.zipkinEndpoint }}"

View File

@ -193,6 +193,7 @@ backend:
cdnIncludeBucket: true cdnIncludeBucket: true
announcement: "This is a staging server for testing purposes. Data could be deleted at any time. That said, signups are open, please test stuff and report and feedback on github or discord!" announcement: "This is a staging server for testing purposes. Data could be deleted at any time. That said, signups are open, please test stuff and report and feedback on github or discord!"
zipkinEndpoint: "http://hangar-zipkin:9411/api/v2/spans" zipkinEndpoint: "http://hangar-zipkin:9411/api/v2/spans"
tracing: true
mail: mail:
from: noreply@mail.papermc.dev from: noreply@mail.papermc.dev
user: dum user: dum