Skip to content

Commit

Permalink
Remove unnecessary config
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Sep 30, 2024
1 parent adde8ae commit 5f942d5
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions charts/magistrala/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,23 @@ jaeger:
enabled: false
storage:
type: cassandra
cassandra:
host: magistrala-cassandra.mg.svc.cluster.local
port: 9042
schemaJobEnabled: true
tls:
enabled: false
user: cassandra_user
usePassword: true
password: cassandra_password
keyspace: jaeger_v1
cassandra:
persistence:
enabled: true
storageClass: "do-block-storage"
accessModes:
- ReadWriteOnce
size: 10Gi
config:
cluster_name: jaeger
seed_size: 1
dc_name: dc1
rack_name: rack1
endpoint_snitch: GossipingPropertyFileSnitch
collector:
service:
otlp:
grpc:
name: otlp-grpc
port: 4317
http:
name: otlp-http
port: 4318

nats:
config:
cluster:
Expand Down

0 comments on commit 5f942d5

Please sign in to comment.