File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
applications/base/services/observability
opentelemetry-kube-stack/helm-values Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ loki:
389389 {{- tpl (. | toYaml) $ | nindent 4 }}
390390 {{- end }}
391391 # Should authentication be enabled
392- auth_enabled : true
392+ auth_enabled : false
393393 # -- memberlist configuration (overrides embedded default)
394394 memberlistConfig : {}
395395 # -- Extra memberlist configuration
Original file line number Diff line number Diff line change @@ -532,8 +532,6 @@ collectors:
532532 exporters :
533533 otlphttp/loki :
534534 endpoint : http://observability-loki-gateway.observability.svc.cluster.local/otlp
535- headers :
536- X-Scope-OrgID : " default"
537535 compression : gzip
538536 timeout : 30s
539537 retry_on_failure :
@@ -549,8 +547,6 @@ collectors:
549547 endpoint : observability-tempo-distributor.observability.svc.cluster.local:4317
550548 tls :
551549 insecure : true
552- headers :
553- X-Scope-OrgID : " default"
554550 compression : gzip
555551 timeout : 30s
556552 retry_on_failure :
Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ enterpriseFederationFrontend:
12381238 # -- Extra volumes for federation-frontend deployment
12391239 extraVolumes : []
12401240
1241- multitenancyEnabled : true
1241+ multitenancyEnabled : false
12421242
12431243rollout_operator :
12441244 # -- Enable rollout-operator. It must be enabled when using Zone Aware Replication.
@@ -2735,4 +2735,3 @@ extraObjects: []
27352735# data:
27362736# - key: secret-access-key
27372737# name: {{ include "some-other-template" }}
2738-
You can’t perform that action at this time.
0 commit comments