|
2 | 2 |
|
3 | 3 | Magistrala IoT Platform
|
4 | 4 |
|
5 |
| -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | **Homepage:** <https://abstractmachines.fr/magistrala.html>
|
8 | 8 |
|
@@ -60,14 +60,8 @@ Magistrala IoT Platform
|
60 | 60 | | bootstrap.encKey | string | `"randomstring"` | |
|
61 | 61 | | bootstrap.eventConsumerName | string | `"EventConsumerByBootstrap"` | |
|
62 | 62 | | bootstrap.httpPort | int | `9013` | |
|
63 |
| -| bootstrap.image.pullPolicy | string | `"IfNotPresent"` | | |
64 |
| -| bootstrap.image.pullSecrets | object | `{}` | | |
65 |
| -| bootstrap.image.repository | string | `"magistrala/bootstrap"` | | |
66 |
| -| bootstrap.image.tag | string | `"latest"` | | |
67 |
| -| bootstrap.jaegerTraceRatio | float | `1` | | |
68 |
| -| bootstrap.logLevel | string | `"info"` | | |
| 63 | +| bootstrap.image | object | `{}` | | |
69 | 64 | | bootstrap.redisESPort | int | `6379` | |
|
70 |
| -| bootstrap.sendTelemetry | bool | `true` | | |
71 | 65 | | certs.enabled | bool | `true` | |
|
72 | 66 | | certs.httpPort | int | `9019` | |
|
73 | 67 | | certs.image | object | `{}` | |
|
@@ -101,13 +95,26 @@ Magistrala IoT Platform
|
101 | 95 | | invitations.image | object | `{}` | |
|
102 | 96 | | jaeger.agent.enabled | bool | `false` | |
|
103 | 97 | | jaeger.allInOne.enabled | bool | `false` | |
|
104 |
| -| jaeger.collector.service.otlp.grpc.name | string | `"otlp-grpc"` | | |
105 |
| -| jaeger.collector.service.otlp.grpc.port | int | `4317` | | |
106 |
| -| jaeger.collector.service.otlp.http.name | string | `"otlp-http"` | | |
107 |
| -| jaeger.collector.service.otlp.http.port | int | `4318` | | |
| 98 | +| jaeger.cassandra.config.cluster_name | string | `"jaeger"` | | |
| 99 | +| jaeger.cassandra.config.dc_name | string | `"dc1"` | | |
| 100 | +| jaeger.cassandra.config.endpoint_snitch | string | `"GossipingPropertyFileSnitch"` | | |
| 101 | +| jaeger.cassandra.config.rack_name | string | `"rack1"` | | |
| 102 | +| jaeger.cassandra.config.seed_size | int | `1` | | |
| 103 | +| jaeger.cassandra.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | |
| 104 | +| jaeger.cassandra.persistence.enabled | bool | `true` | | |
| 105 | +| jaeger.cassandra.persistence.size | string | `"10Gi"` | | |
| 106 | +| jaeger.cassandra.persistence.storageClass | string | `"do-block-storage"` | | |
108 | 107 | | jaeger.fullnameOverride | string | `"magistrala-jaeger"` | |
|
109 | 108 | | jaeger.provisionDataStore.cassandra | bool | `true` | |
|
110 |
| -| jaeger.storage.type | string | `"memory"` | | |
| 109 | +| jaeger.storage.cassandra.host | string | `"magistrala-cassandra.mg.svc.cluster.local"` | | |
| 110 | +| jaeger.storage.cassandra.keyspace | string | `"jaeger_v1"` | | |
| 111 | +| jaeger.storage.cassandra.password | string | `"cassandra_password"` | | |
| 112 | +| jaeger.storage.cassandra.port | int | `9042` | | |
| 113 | +| jaeger.storage.cassandra.schemaJobEnabled | bool | `true` | | |
| 114 | +| jaeger.storage.cassandra.tls.enabled | bool | `false` | | |
| 115 | +| jaeger.storage.cassandra.usePassword | bool | `true` | | |
| 116 | +| jaeger.storage.cassandra.user | string | `"cassandra_user"` | | |
| 117 | +| jaeger.storage.type | string | `"cassandra"` | | |
111 | 118 | | journal.enabled | bool | `true` | |
|
112 | 119 | | journal.httpPort | int | `9021` | |
|
113 | 120 | | journal.image | object | `{}` | |
|
@@ -314,4 +321,4 @@ Magistrala IoT Platform
|
314 | 321 | | users.passwordRegex | string | `"^.{8,}$"` | |
|
315 | 322 | | users.secretKey | string | `"secretKey"` | |
|
316 | 323 | | users.tokenResetEndpoint | string | `"/reset-request"` | |
|
317 |
| -| vault.enabled | bool | `true` | | |
| 324 | +| vault.enabled | bool | `false` | | |
0 commit comments