Skip to content

Commit d37364f

Browse files
committed
update readme
Signed-off-by: AvivGuiser <avivguiser@gmail.com>
1 parent c95bb23 commit d37364f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

charts/tempo-vulture/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,10 @@ tempoAddress:
7474
| replicas | int | `1` | Number of replicas of Tempo Vulture |
7575
| resources | object | `{}` | Resource requests and limits for the vulture |
7676
| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain to allow rollback |
77-
| service.enabled | bool | `true` | Specifies whether a Service should be created |
7877
| serviceAccount.annotations | object | `{}` | Annotations for the service account |
7978
| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created |
8079
| serviceAccount.imagePullSecrets | list | `[]` | Image pull secrets for the service account |
8180
| serviceAccount.name | string | `nil` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template |
82-
| serviceMonitor.annotations | object | `{}` | ServiceMonitor annotations |
83-
| serviceMonitor.enabled | bool | `false` | If enabled, ServiceMonitor resources for Prometheus Operator are created |
84-
| serviceMonitor.interval | string | `nil` | ServiceMonitor scrape interval |
85-
| serviceMonitor.labels | object | `{}` | Additional ServiceMonitor labels |
86-
| serviceMonitor.namespace | string | `nil` | Alternative namespace for ServiceMonitor resources |
87-
| serviceMonitor.namespaceSelector | object | `{}` | Namespace selector for ServiceMonitor resources |
88-
| serviceMonitor.scrapeTimeout | string | `nil` | ServiceMonitor scrape timeout in Go duration format (e.g. 15s) |
8981
| tempoAddress.push | string | `nil` | the url towards your Tempo distributor, e.g. http://distributor |
9082
| tempoAddress.query | string | `nil` | the url towards your Tempo query-frontend, e.g. http://query-frontend:3100 |
9183
| tolerations | list | `[]` | Tolerations for vulture pods |

0 commit comments

Comments
 (0)