mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/grafana-tempo] Avoid compactor restart (#16432)
* avoid compactor restsart Signed-off-by: mauraza <gibone@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: mauraza <gibone@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
4a44507cd3
commit
82cf20e607
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: memcached
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 6.4.1
|
||||
version: 6.4.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.2.5
|
||||
digest: sha256:4e653c7a8beb59ae2652916dcef48cf6ae80d3f0332bf2156f1d097d31af9624
|
||||
generated: "2023-05-08T18:15:18.322977249Z"
|
||||
digest: sha256:bb5e2beb79bf97618644c826bb97417168e09b9edfb1dd3b8263b0411316b322
|
||||
generated: "2023-05-12T13:27:16.723316922+02:00"
|
||||
|
||||
@@ -27,4 +27,4 @@ maintainers:
|
||||
name: grafana-tempo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
|
||||
@@ -121,13 +121,13 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `compactor.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `compactor.replicaCount` | Number of Compactor replicas to deploy | `1` |
|
||||
| `compactor.livenessProbe.enabled` | Enable livenessProbe on Compactor nodes | `true` |
|
||||
| `compactor.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `60` |
|
||||
| `compactor.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `80` |
|
||||
| `compactor.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `compactor.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` |
|
||||
| `compactor.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` |
|
||||
| `compactor.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `compactor.readinessProbe.enabled` | Enable readinessProbe on Compactor nodes | `true` |
|
||||
| `compactor.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `60` |
|
||||
| `compactor.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `80` |
|
||||
| `compactor.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `compactor.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` |
|
||||
| `compactor.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` |
|
||||
|
||||
@@ -288,7 +288,7 @@ compactor:
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 60
|
||||
initialDelaySeconds: 80
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
@@ -302,7 +302,7 @@ compactor:
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 60
|
||||
initialDelaySeconds: 80
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
|
||||
Reference in New Issue
Block a user