@@ -21,10 +21,12 @@ You can then run `helm search repo zipkin` to see the charts.
21
21
| Key | Type | Default | Description |
22
22
| --------------------------------------------| --------| ------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23
23
| affinity | object | ` {} ` | |
24
+ | args | list | ` [] ` | arguments to the zipkin start command |
24
25
| autoscaling.enabled | bool | ` false ` | |
25
26
| autoscaling.maxReplicas | int | ` 100 ` | |
26
27
| autoscaling.minReplicas | int | ` 1 ` | |
27
28
| autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
29
+ | command | list | ` ["start-zipkin"] ` | command used to start zipkin |
28
30
| fullnameOverride | string | ` "" ` | |
29
31
| image.pullPolicy | string | ` "IfNotPresent" ` | |
30
32
| image.repository | string | ` "openzipkin/zipkin-slim" ` | |
@@ -54,6 +56,11 @@ You can then run `helm search repo zipkin` to see the charts.
54
56
| serviceAccount.name | string | ` "" ` | If not set and create is true, a name is generated using the fullname template |
55
57
| serviceAccount.psp | bool | ` false ` | |
56
58
| tolerations | list | ` [] ` | |
59
+ | zipkin.discovery.eureka.serviceUrl | string | no default | v2 endpoint of Eureka, e.g. ` https://eureka-prod/eureka/v2 ` |
60
+ | zipkin.discovery.eureka.app | string | ` "zipkin" ` | The application this instance registers to |
61
+ | zipkin.discovery.eureka.hostName | string | detects | The instance ` hostName ` and ` vipAddress ` |
62
+ | zipkin.discovery.eureka.instanceId | string | ` "hostName:app:port" ` | |
63
+ | zipkin.storage.type | string | ` "mem" ` | |
57
64
| zipkin.selfTracing.enabled | bool | ` false ` | |
58
65
| zipkin.storage.elasticsearch.hosts | string | no default | |
59
66
| zipkin.storage.elasticsearch.index | string | ` "zipkin" ` | |
0 commit comments